@vercel/sdk 1.10.6 → 1.10.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 +58 -45
- package/bin/mcp-server.js +6081 -1764
- package/bin/mcp-server.js.map +51 -42
- package/docs/sdks/integrations/README.md +209 -0
- package/docs/sdks/projects/README.md +2 -0
- package/docs/sdks/teams/README.md +12 -0
- package/docs/sdks/vercel/README.md +74 -0
- package/esm/__tests__/accessgroups.test.js +3 -1
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +12 -4
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +62 -0
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -6
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +1 -11
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/vercel.test.js +28 -1
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/domainsCheckDomainPrice.js +2 -2
- package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +14 -0
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +84 -0
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts +20 -0
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.js +97 -0
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.js.map +1 -0
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts +21 -0
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.js +90 -0
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.js.map +1 -0
- package/esm/funcs/marketplaceExchangeSsoToken.js +2 -2
- package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -1
- package/esm/funcs/marketplaceSubmitInvoice.js +2 -2
- package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -1
- package/esm/funcs/marketplaceUpdateInvoice.js +2 -2
- package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -1
- package/esm/funcs/projectsGetProjects.js +1 -0
- package/esm/funcs/projectsGetProjects.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +7 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +7 -0
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +26 -0
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
- package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js +27 -0
- package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js.map +1 -0
- package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js +28 -0
- package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js.map +1 -0
- package/esm/models/acceptprojecttransferrequestop.d.ts +37 -0
- package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
- package/esm/models/acceptprojecttransferrequestop.js +40 -1
- package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
- package/esm/models/authuser.d.ts +3 -3
- package/esm/models/authuser.js +1 -1
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +80 -42
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +44 -15
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/connectintegrationresourcetoprojectop.d.ts +68 -0
- package/esm/models/connectintegrationresourcetoprojectop.d.ts.map +1 -0
- package/esm/models/connectintegrationresourcetoprojectop.js +73 -0
- package/esm/models/connectintegrationresourcetoprojectop.js.map +1 -0
- package/esm/models/createdeploymentop.d.ts +292 -254
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +244 -217
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +5995 -0
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -0
- package/esm/models/createintegrationstoredirectop.js +6597 -0
- package/esm/models/createintegrationstoredirectop.js.map +1 -0
- package/esm/models/createortransferdomainop.d.ts +33 -0
- package/esm/models/createortransferdomainop.d.ts.map +1 -1
- package/esm/models/createortransferdomainop.js +23 -0
- package/esm/models/createortransferdomainop.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 +183 -162
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +154 -154
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +12 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +4 -0
- package/esm/models/createwebhookop.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/getconfigurationop.d.ts +6 -0
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +2 -0
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +533 -533
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
- package/esm/models/getconfigurationproductsop.js +666 -665
- package/esm/models/getconfigurationproductsop.js.map +1 -1
- package/esm/models/getconfigurationsop.d.ts +6 -0
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +2 -0
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +45 -7
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +30 -2
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdomainop.d.ts +33 -0
- package/esm/models/getdomainop.d.ts.map +1 -1
- package/esm/models/getdomainop.js +24 -0
- package/esm/models/getdomainop.js.map +1 -1
- package/esm/models/getdomainsop.d.ts +33 -0
- package/esm/models/getdomainsop.d.ts.map +1 -1
- package/esm/models/getdomainsop.js +23 -0
- package/esm/models/getdomainsop.js.map +1 -1
- package/esm/models/getintegrationresourceop.d.ts +13 -13
- package/esm/models/getintegrationresourceop.d.ts.map +1 -1
- package/esm/models/getintegrationresourceop.js +13 -13
- package/esm/models/getintegrationresourceop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +57 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +24 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +102 -9
- package/esm/models/getteammembersop.d.ts.map +1 -1
- package/esm/models/getteammembersop.js +60 -3
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +247 -0
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +1 -0
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +246 -0
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +1 -0
- package/esm/models/getwebhookop.d.ts +6 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +2 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +27 -15
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +19 -15
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/inviteusertoteamop.d.ts +3 -0
- package/esm/models/inviteusertoteamop.d.ts.map +1 -1
- package/esm/models/inviteusertoteamop.js +1 -0
- package/esm/models/inviteusertoteamop.js.map +1 -1
- package/esm/models/patchteamop.d.ts +253 -0
- package/esm/models/patchteamop.d.ts.map +1 -1
- package/esm/models/patchteamop.js +150 -0
- package/esm/models/patchteamop.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/team.d.ts +47 -0
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +36 -0
- package/esm/models/team.js.map +1 -1
- package/esm/models/teamlimited.d.ts +3 -0
- package/esm/models/teamlimited.d.ts.map +1 -1
- package/esm/models/teamlimited.js +1 -0
- package/esm/models/teamlimited.js.map +1 -1
- package/esm/models/updatefirewallconfigop.d.ts +32 -32
- package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
- package/esm/models/updatefirewallconfigop.js +49 -49
- package/esm/models/updatefirewallconfigop.js.map +1 -1
- package/esm/models/updateinvoiceop.d.ts +36 -15
- package/esm/models/updateinvoiceop.d.ts.map +1 -1
- package/esm/models/updateinvoiceop.js +37 -16
- package/esm/models/updateinvoiceop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +21 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +21 -0
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +406 -305
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +467 -365
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/integrations.d.ts +16 -0
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +20 -0
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/sdk.d.ts +3 -1
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +5 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +3 -1
- package/src/__tests__/domains.test.ts +12 -4
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +65 -0
- package/src/__tests__/rollingrelease.test.ts +2 -6
- package/src/__tests__/security.test.ts +1 -11
- package/src/__tests__/vercel.test.ts +36 -1
- package/src/funcs/domainsCheckDomainPrice.ts +2 -2
- package/src/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +207 -0
- package/src/funcs/integrationsConnectIntegrationResourceToProject.ts +213 -0
- package/src/funcs/integrationsCreateIntegrationStoreDirect.ts +207 -0
- package/src/funcs/marketplaceExchangeSsoToken.ts +2 -2
- package/src/funcs/marketplaceSubmitInvoice.ts +2 -2
- package/src/funcs/marketplaceUpdateInvoice.ts +2 -2
- package/src/funcs/projectsGetProjects.ts +1 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +9 -1
- package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +41 -0
- package/src/mcp-server/tools/integrationsConnectIntegrationResourceToProject.ts +37 -0
- package/src/mcp-server/tools/integrationsCreateIntegrationStoreDirect.ts +39 -0
- package/src/models/acceptprojecttransferrequestop.ts +88 -1
- package/src/models/authuser.ts +1 -1
- package/src/models/canceldeploymentop.ts +71 -24
- package/src/models/connectintegrationresourcetoprojectop.ts +185 -0
- package/src/models/createdeploymentop.ts +545 -503
- package/src/models/createintegrationstoredirectop.ts +15739 -0
- package/src/models/createortransferdomainop.ts +41 -0
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +364 -343
- package/src/models/createwebhookop.ts +4 -0
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getconfigurationop.ts +2 -0
- package/src/models/getconfigurationproductsop.ts +1326 -1163
- package/src/models/getconfigurationsop.ts +2 -0
- package/src/models/getdeploymentop.ts +59 -9
- package/src/models/getdomainop.ts +37 -0
- package/src/models/getdomainsop.ts +39 -0
- package/src/models/getintegrationresourceop.ts +26 -20
- package/src/models/getprojectsop.ts +63 -0
- package/src/models/getteammembersop.ts +84 -3
- package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +575 -0
- package/src/models/getwebhookop.ts +2 -0
- package/src/models/getwebhooksop.ts +31 -25
- package/src/models/inviteusertoteamop.ts +1 -0
- package/src/models/patchteamop.ts +254 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/team.ts +92 -0
- package/src/models/teamlimited.ts +1 -0
- package/src/models/updatefirewallconfigop.ts +74 -68
- package/src/models/updateinvoiceop.ts +78 -27
- package/src/models/updateprojectdatacacheop.ts +21 -0
- package/src/models/updateprojectop.ts +21 -0
- package/src/models/userevent.ts +918 -682
- package/src/sdk/integrations.ts +41 -0
- package/src/sdk/sdk.ts +23 -1
- package/vercel-spec.json +4270 -1150
|
@@ -68,11 +68,11 @@ export const PrimaryProtocol = {
|
|
|
68
68
|
export const GetConfigurationProductsType = {
|
|
69
69
|
Object: "object",
|
|
70
70
|
};
|
|
71
|
-
export const
|
|
71
|
+
export const GetConfigurationProductsDisabled3 = {
|
|
72
72
|
Update: "update",
|
|
73
73
|
Create: "create",
|
|
74
74
|
};
|
|
75
|
-
export const
|
|
75
|
+
export const GetConfigurationProductsHidden3 = {
|
|
76
76
|
Update: "update",
|
|
77
77
|
Create: "create",
|
|
78
78
|
};
|
|
@@ -119,11 +119,11 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200Applicatio
|
|
|
119
119
|
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl = {
|
|
120
120
|
VercelRegion: "vercel-region",
|
|
121
121
|
};
|
|
122
|
-
export const
|
|
122
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3 = {
|
|
123
123
|
Update: "update",
|
|
124
124
|
Create: "create",
|
|
125
125
|
};
|
|
126
|
-
export const
|
|
126
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3 = {
|
|
127
127
|
Update: "update",
|
|
128
128
|
Create: "create",
|
|
129
129
|
};
|
|
@@ -156,11 +156,11 @@ export const GetConfigurationProductsPropertiesIntegrationsResponse200UiControl
|
|
|
156
156
|
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type = {
|
|
157
157
|
String: "string",
|
|
158
158
|
};
|
|
159
|
-
export const
|
|
159
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse3 = {
|
|
160
160
|
Update: "update",
|
|
161
161
|
Create: "create",
|
|
162
162
|
};
|
|
163
|
-
export const
|
|
163
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse3 = {
|
|
164
164
|
Update: "update",
|
|
165
165
|
Create: "create",
|
|
166
166
|
};
|
|
@@ -322,14 +322,13 @@ export var GetConfigurationProductsStatus$;
|
|
|
322
322
|
GetConfigurationProductsStatus$.outboundSchema = GetConfigurationProductsStatus$outboundSchema;
|
|
323
323
|
})(GetConfigurationProductsStatus$ || (GetConfigurationProductsStatus$ = {}));
|
|
324
324
|
/** @internal */
|
|
325
|
-
export const
|
|
326
|
-
.object({
|
|
325
|
+
export const GetConfigurationProductsRepl$inboundSchema = z.object({
|
|
327
326
|
enabled: z.boolean(),
|
|
328
327
|
supportsReadOnlyMode: z.boolean(),
|
|
329
328
|
welcomeMessage: z.string().optional(),
|
|
330
329
|
});
|
|
331
330
|
/** @internal */
|
|
332
|
-
export const
|
|
331
|
+
export const GetConfigurationProductsRepl$outboundSchema = z.object({
|
|
333
332
|
enabled: z.boolean(),
|
|
334
333
|
supportsReadOnlyMode: z.boolean(),
|
|
335
334
|
welcomeMessage: z.string().optional(),
|
|
@@ -338,28 +337,28 @@ export const Repl$outboundSchema = z.object({
|
|
|
338
337
|
* @internal
|
|
339
338
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
340
339
|
*/
|
|
341
|
-
export var
|
|
342
|
-
(function (
|
|
343
|
-
/** @deprecated use `
|
|
344
|
-
|
|
345
|
-
/** @deprecated use `
|
|
346
|
-
|
|
347
|
-
})(
|
|
348
|
-
export function
|
|
349
|
-
return JSON.stringify(
|
|
340
|
+
export var GetConfigurationProductsRepl$;
|
|
341
|
+
(function (GetConfigurationProductsRepl$) {
|
|
342
|
+
/** @deprecated use `GetConfigurationProductsRepl$inboundSchema` instead. */
|
|
343
|
+
GetConfigurationProductsRepl$.inboundSchema = GetConfigurationProductsRepl$inboundSchema;
|
|
344
|
+
/** @deprecated use `GetConfigurationProductsRepl$outboundSchema` instead. */
|
|
345
|
+
GetConfigurationProductsRepl$.outboundSchema = GetConfigurationProductsRepl$outboundSchema;
|
|
346
|
+
})(GetConfigurationProductsRepl$ || (GetConfigurationProductsRepl$ = {}));
|
|
347
|
+
export function getConfigurationProductsReplToJSON(getConfigurationProductsRepl) {
|
|
348
|
+
return JSON.stringify(GetConfigurationProductsRepl$outboundSchema.parse(getConfigurationProductsRepl));
|
|
350
349
|
}
|
|
351
|
-
export function
|
|
352
|
-
return safeParse(jsonString, (x) =>
|
|
350
|
+
export function getConfigurationProductsReplFromJSON(jsonString) {
|
|
351
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsRepl$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsRepl' from JSON`);
|
|
353
352
|
}
|
|
354
353
|
/** @internal */
|
|
355
354
|
export const Storage$inboundSchema = z.object({
|
|
356
355
|
status: GetConfigurationProductsStatus$inboundSchema,
|
|
357
|
-
repl: z.lazy(() =>
|
|
356
|
+
repl: z.lazy(() => GetConfigurationProductsRepl$inboundSchema).optional(),
|
|
358
357
|
});
|
|
359
358
|
/** @internal */
|
|
360
359
|
export const Storage$outboundSchema = z.object({
|
|
361
360
|
status: GetConfigurationProductsStatus$outboundSchema,
|
|
362
|
-
repl: z.lazy(() =>
|
|
361
|
+
repl: z.lazy(() => GetConfigurationProductsRepl$outboundSchema).optional(),
|
|
363
362
|
});
|
|
364
363
|
/**
|
|
365
364
|
* @internal
|
|
@@ -884,42 +883,42 @@ export var GetConfigurationProductsType$;
|
|
|
884
883
|
GetConfigurationProductsType$.outboundSchema = GetConfigurationProductsType$outboundSchema;
|
|
885
884
|
})(GetConfigurationProductsType$ || (GetConfigurationProductsType$ = {}));
|
|
886
885
|
/** @internal */
|
|
887
|
-
export const
|
|
886
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$inboundSchema = z.object({});
|
|
888
887
|
/** @internal */
|
|
889
|
-
export const
|
|
888
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$outboundSchema = z.object({});
|
|
890
889
|
/**
|
|
891
890
|
* @internal
|
|
892
891
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
893
892
|
*/
|
|
894
|
-
export var
|
|
895
|
-
(function (
|
|
896
|
-
/** @deprecated use `
|
|
897
|
-
|
|
898
|
-
/** @deprecated use `
|
|
899
|
-
|
|
900
|
-
})(
|
|
901
|
-
export function
|
|
902
|
-
return JSON.stringify(
|
|
903
|
-
.parse(
|
|
893
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$;
|
|
894
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$) {
|
|
895
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$inboundSchema` instead. */
|
|
896
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$inboundSchema;
|
|
897
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$outboundSchema` instead. */
|
|
898
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$outboundSchema;
|
|
899
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$ = {}));
|
|
900
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640) {
|
|
901
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$outboundSchema
|
|
902
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640));
|
|
904
903
|
}
|
|
905
|
-
export function
|
|
906
|
-
return safeParse(jsonString, (x) =>
|
|
907
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
904
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640FromJSON(jsonString) {
|
|
905
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$inboundSchema
|
|
906
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640' from JSON`);
|
|
908
907
|
}
|
|
909
908
|
/** @internal */
|
|
910
909
|
export const PropertiesValue$inboundSchema = z.object({
|
|
911
|
-
"__@BRAND@
|
|
910
|
+
"__@BRAND@502640": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$inboundSchema),
|
|
912
911
|
}).transform((v) => {
|
|
913
912
|
return remap$(v, {
|
|
914
|
-
"__@BRAND@
|
|
913
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
915
914
|
});
|
|
916
915
|
});
|
|
917
916
|
/** @internal */
|
|
918
917
|
export const PropertiesValue$outboundSchema = z.object({
|
|
919
|
-
|
|
918
|
+
atBRANDAt502640: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$outboundSchema),
|
|
920
919
|
}).transform((v) => {
|
|
921
920
|
return remap$(v, {
|
|
922
|
-
|
|
921
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
923
922
|
});
|
|
924
923
|
});
|
|
925
924
|
/**
|
|
@@ -940,172 +939,169 @@ export function propertiesValueFromJSON(jsonString) {
|
|
|
940
939
|
return safeParse(jsonString, (x) => PropertiesValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesValue' from JSON`);
|
|
941
940
|
}
|
|
942
941
|
/** @internal */
|
|
943
|
-
export const
|
|
944
|
-
.nativeEnum(Disabled3);
|
|
942
|
+
export const GetConfigurationProductsDisabled3$inboundSchema = z.nativeEnum(GetConfigurationProductsDisabled3);
|
|
945
943
|
/** @internal */
|
|
946
|
-
export const
|
|
944
|
+
export const GetConfigurationProductsDisabled3$outboundSchema = GetConfigurationProductsDisabled3$inboundSchema;
|
|
947
945
|
/**
|
|
948
946
|
* @internal
|
|
949
947
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
950
948
|
*/
|
|
951
|
-
export var
|
|
952
|
-
(function (
|
|
953
|
-
/** @deprecated use `
|
|
954
|
-
|
|
955
|
-
/** @deprecated use `
|
|
956
|
-
|
|
957
|
-
})(
|
|
949
|
+
export var GetConfigurationProductsDisabled3$;
|
|
950
|
+
(function (GetConfigurationProductsDisabled3$) {
|
|
951
|
+
/** @deprecated use `GetConfigurationProductsDisabled3$inboundSchema` instead. */
|
|
952
|
+
GetConfigurationProductsDisabled3$.inboundSchema = GetConfigurationProductsDisabled3$inboundSchema;
|
|
953
|
+
/** @deprecated use `GetConfigurationProductsDisabled3$outboundSchema` instead. */
|
|
954
|
+
GetConfigurationProductsDisabled3$.outboundSchema = GetConfigurationProductsDisabled3$outboundSchema;
|
|
955
|
+
})(GetConfigurationProductsDisabled3$ || (GetConfigurationProductsDisabled3$ = {}));
|
|
958
956
|
/** @internal */
|
|
959
|
-
export const
|
|
957
|
+
export const GetConfigurationProductsDisabled2$inboundSchema = z.object({
|
|
960
958
|
expr: z.string(),
|
|
961
959
|
});
|
|
962
960
|
/** @internal */
|
|
963
|
-
export const
|
|
961
|
+
export const GetConfigurationProductsDisabled2$outboundSchema = z.object({
|
|
964
962
|
expr: z.string(),
|
|
965
963
|
});
|
|
966
964
|
/**
|
|
967
965
|
* @internal
|
|
968
966
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
969
967
|
*/
|
|
970
|
-
export var
|
|
971
|
-
(function (
|
|
972
|
-
/** @deprecated use `
|
|
973
|
-
|
|
974
|
-
/** @deprecated use `
|
|
975
|
-
|
|
976
|
-
})(
|
|
977
|
-
export function
|
|
978
|
-
return JSON.stringify(
|
|
968
|
+
export var GetConfigurationProductsDisabled2$;
|
|
969
|
+
(function (GetConfigurationProductsDisabled2$) {
|
|
970
|
+
/** @deprecated use `GetConfigurationProductsDisabled2$inboundSchema` instead. */
|
|
971
|
+
GetConfigurationProductsDisabled2$.inboundSchema = GetConfigurationProductsDisabled2$inboundSchema;
|
|
972
|
+
/** @deprecated use `GetConfigurationProductsDisabled2$outboundSchema` instead. */
|
|
973
|
+
GetConfigurationProductsDisabled2$.outboundSchema = GetConfigurationProductsDisabled2$outboundSchema;
|
|
974
|
+
})(GetConfigurationProductsDisabled2$ || (GetConfigurationProductsDisabled2$ = {}));
|
|
975
|
+
export function getConfigurationProductsDisabled2ToJSON(getConfigurationProductsDisabled2) {
|
|
976
|
+
return JSON.stringify(GetConfigurationProductsDisabled2$outboundSchema.parse(getConfigurationProductsDisabled2));
|
|
979
977
|
}
|
|
980
|
-
export function
|
|
981
|
-
return safeParse(jsonString, (x) =>
|
|
978
|
+
export function getConfigurationProductsDisabled2FromJSON(jsonString) {
|
|
979
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsDisabled2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsDisabled2' from JSON`);
|
|
982
980
|
}
|
|
983
981
|
/** @internal */
|
|
984
|
-
export const
|
|
985
|
-
z.lazy(() =>
|
|
982
|
+
export const PropertiesDisabled$inboundSchema = z.union([
|
|
983
|
+
z.lazy(() => GetConfigurationProductsDisabled2$inboundSchema),
|
|
986
984
|
z.boolean(),
|
|
987
|
-
|
|
985
|
+
GetConfigurationProductsDisabled3$inboundSchema,
|
|
988
986
|
]);
|
|
989
987
|
/** @internal */
|
|
990
|
-
export const
|
|
991
|
-
z.lazy(() =>
|
|
988
|
+
export const PropertiesDisabled$outboundSchema = z.union([
|
|
989
|
+
z.lazy(() => GetConfigurationProductsDisabled2$outboundSchema),
|
|
992
990
|
z.boolean(),
|
|
993
|
-
|
|
991
|
+
GetConfigurationProductsDisabled3$outboundSchema,
|
|
994
992
|
]);
|
|
995
993
|
/**
|
|
996
994
|
* @internal
|
|
997
995
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
998
996
|
*/
|
|
999
|
-
export var
|
|
1000
|
-
(function (
|
|
1001
|
-
/** @deprecated use `
|
|
1002
|
-
|
|
1003
|
-
/** @deprecated use `
|
|
1004
|
-
|
|
1005
|
-
})(
|
|
1006
|
-
export function
|
|
1007
|
-
return JSON.stringify(
|
|
997
|
+
export var PropertiesDisabled$;
|
|
998
|
+
(function (PropertiesDisabled$) {
|
|
999
|
+
/** @deprecated use `PropertiesDisabled$inboundSchema` instead. */
|
|
1000
|
+
PropertiesDisabled$.inboundSchema = PropertiesDisabled$inboundSchema;
|
|
1001
|
+
/** @deprecated use `PropertiesDisabled$outboundSchema` instead. */
|
|
1002
|
+
PropertiesDisabled$.outboundSchema = PropertiesDisabled$outboundSchema;
|
|
1003
|
+
})(PropertiesDisabled$ || (PropertiesDisabled$ = {}));
|
|
1004
|
+
export function propertiesDisabledToJSON(propertiesDisabled) {
|
|
1005
|
+
return JSON.stringify(PropertiesDisabled$outboundSchema.parse(propertiesDisabled));
|
|
1008
1006
|
}
|
|
1009
|
-
export function
|
|
1010
|
-
return safeParse(jsonString, (x) =>
|
|
1007
|
+
export function propertiesDisabledFromJSON(jsonString) {
|
|
1008
|
+
return safeParse(jsonString, (x) => PropertiesDisabled$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesDisabled' from JSON`);
|
|
1011
1009
|
}
|
|
1012
1010
|
/** @internal */
|
|
1013
|
-
export const
|
|
1014
|
-
.nativeEnum(Hidden3);
|
|
1011
|
+
export const GetConfigurationProductsHidden3$inboundSchema = z.nativeEnum(GetConfigurationProductsHidden3);
|
|
1015
1012
|
/** @internal */
|
|
1016
|
-
export const
|
|
1013
|
+
export const GetConfigurationProductsHidden3$outboundSchema = GetConfigurationProductsHidden3$inboundSchema;
|
|
1017
1014
|
/**
|
|
1018
1015
|
* @internal
|
|
1019
1016
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1020
1017
|
*/
|
|
1021
|
-
export var
|
|
1022
|
-
(function (
|
|
1023
|
-
/** @deprecated use `
|
|
1024
|
-
|
|
1025
|
-
/** @deprecated use `
|
|
1026
|
-
|
|
1027
|
-
})(
|
|
1018
|
+
export var GetConfigurationProductsHidden3$;
|
|
1019
|
+
(function (GetConfigurationProductsHidden3$) {
|
|
1020
|
+
/** @deprecated use `GetConfigurationProductsHidden3$inboundSchema` instead. */
|
|
1021
|
+
GetConfigurationProductsHidden3$.inboundSchema = GetConfigurationProductsHidden3$inboundSchema;
|
|
1022
|
+
/** @deprecated use `GetConfigurationProductsHidden3$outboundSchema` instead. */
|
|
1023
|
+
GetConfigurationProductsHidden3$.outboundSchema = GetConfigurationProductsHidden3$outboundSchema;
|
|
1024
|
+
})(GetConfigurationProductsHidden3$ || (GetConfigurationProductsHidden3$ = {}));
|
|
1028
1025
|
/** @internal */
|
|
1029
|
-
export const
|
|
1026
|
+
export const GetConfigurationProductsHidden2$inboundSchema = z.object({
|
|
1030
1027
|
expr: z.string(),
|
|
1031
1028
|
});
|
|
1032
1029
|
/** @internal */
|
|
1033
|
-
export const
|
|
1030
|
+
export const GetConfigurationProductsHidden2$outboundSchema = z.object({
|
|
1034
1031
|
expr: z.string(),
|
|
1035
1032
|
});
|
|
1036
1033
|
/**
|
|
1037
1034
|
* @internal
|
|
1038
1035
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1039
1036
|
*/
|
|
1040
|
-
export var
|
|
1041
|
-
(function (
|
|
1042
|
-
/** @deprecated use `
|
|
1043
|
-
|
|
1044
|
-
/** @deprecated use `
|
|
1045
|
-
|
|
1046
|
-
})(
|
|
1047
|
-
export function
|
|
1048
|
-
return JSON.stringify(
|
|
1037
|
+
export var GetConfigurationProductsHidden2$;
|
|
1038
|
+
(function (GetConfigurationProductsHidden2$) {
|
|
1039
|
+
/** @deprecated use `GetConfigurationProductsHidden2$inboundSchema` instead. */
|
|
1040
|
+
GetConfigurationProductsHidden2$.inboundSchema = GetConfigurationProductsHidden2$inboundSchema;
|
|
1041
|
+
/** @deprecated use `GetConfigurationProductsHidden2$outboundSchema` instead. */
|
|
1042
|
+
GetConfigurationProductsHidden2$.outboundSchema = GetConfigurationProductsHidden2$outboundSchema;
|
|
1043
|
+
})(GetConfigurationProductsHidden2$ || (GetConfigurationProductsHidden2$ = {}));
|
|
1044
|
+
export function getConfigurationProductsHidden2ToJSON(getConfigurationProductsHidden2) {
|
|
1045
|
+
return JSON.stringify(GetConfigurationProductsHidden2$outboundSchema.parse(getConfigurationProductsHidden2));
|
|
1049
1046
|
}
|
|
1050
|
-
export function
|
|
1051
|
-
return safeParse(jsonString, (x) =>
|
|
1047
|
+
export function getConfigurationProductsHidden2FromJSON(jsonString) {
|
|
1048
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsHidden2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsHidden2' from JSON`);
|
|
1052
1049
|
}
|
|
1053
1050
|
/** @internal */
|
|
1054
|
-
export const
|
|
1055
|
-
.
|
|
1056
|
-
z.lazy(() => Hidden2$inboundSchema),
|
|
1051
|
+
export const PropertiesHidden$inboundSchema = z.union([
|
|
1052
|
+
z.lazy(() => GetConfigurationProductsHidden2$inboundSchema),
|
|
1057
1053
|
z.boolean(),
|
|
1058
|
-
|
|
1054
|
+
GetConfigurationProductsHidden3$inboundSchema,
|
|
1059
1055
|
]);
|
|
1060
1056
|
/** @internal */
|
|
1061
|
-
export const
|
|
1062
|
-
z.lazy(() =>
|
|
1057
|
+
export const PropertiesHidden$outboundSchema = z.union([
|
|
1058
|
+
z.lazy(() => GetConfigurationProductsHidden2$outboundSchema),
|
|
1063
1059
|
z.boolean(),
|
|
1064
|
-
|
|
1060
|
+
GetConfigurationProductsHidden3$outboundSchema,
|
|
1065
1061
|
]);
|
|
1066
1062
|
/**
|
|
1067
1063
|
* @internal
|
|
1068
1064
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1069
1065
|
*/
|
|
1070
|
-
export var
|
|
1071
|
-
(function (
|
|
1072
|
-
/** @deprecated use `
|
|
1073
|
-
|
|
1074
|
-
/** @deprecated use `
|
|
1075
|
-
|
|
1076
|
-
})(
|
|
1077
|
-
export function
|
|
1078
|
-
return JSON.stringify(
|
|
1066
|
+
export var PropertiesHidden$;
|
|
1067
|
+
(function (PropertiesHidden$) {
|
|
1068
|
+
/** @deprecated use `PropertiesHidden$inboundSchema` instead. */
|
|
1069
|
+
PropertiesHidden$.inboundSchema = PropertiesHidden$inboundSchema;
|
|
1070
|
+
/** @deprecated use `PropertiesHidden$outboundSchema` instead. */
|
|
1071
|
+
PropertiesHidden$.outboundSchema = PropertiesHidden$outboundSchema;
|
|
1072
|
+
})(PropertiesHidden$ || (PropertiesHidden$ = {}));
|
|
1073
|
+
export function propertiesHiddenToJSON(propertiesHidden) {
|
|
1074
|
+
return JSON.stringify(PropertiesHidden$outboundSchema.parse(propertiesHidden));
|
|
1079
1075
|
}
|
|
1080
|
-
export function
|
|
1081
|
-
return safeParse(jsonString, (x) =>
|
|
1076
|
+
export function propertiesHiddenFromJSON(jsonString) {
|
|
1077
|
+
return safeParse(jsonString, (x) => PropertiesHidden$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesHidden' from JSON`);
|
|
1082
1078
|
}
|
|
1083
1079
|
/** @internal */
|
|
1084
1080
|
export const Properties9$inboundSchema = z.object({
|
|
1085
1081
|
value: z.lazy(() => PropertiesValue$inboundSchema),
|
|
1086
1082
|
disabled: z.union([
|
|
1087
|
-
z.lazy(() =>
|
|
1083
|
+
z.lazy(() => GetConfigurationProductsDisabled2$inboundSchema),
|
|
1088
1084
|
z.boolean(),
|
|
1089
|
-
|
|
1085
|
+
GetConfigurationProductsDisabled3$inboundSchema,
|
|
1090
1086
|
]).optional(),
|
|
1091
1087
|
hidden: z.union([
|
|
1092
|
-
z.lazy(() =>
|
|
1088
|
+
z.lazy(() => GetConfigurationProductsHidden2$inboundSchema),
|
|
1093
1089
|
z.boolean(),
|
|
1094
|
-
|
|
1090
|
+
GetConfigurationProductsHidden3$inboundSchema,
|
|
1095
1091
|
]).optional(),
|
|
1096
1092
|
});
|
|
1097
1093
|
/** @internal */
|
|
1098
1094
|
export const Properties9$outboundSchema = z.object({
|
|
1099
1095
|
value: z.lazy(() => PropertiesValue$outboundSchema),
|
|
1100
1096
|
disabled: z.union([
|
|
1101
|
-
z.lazy(() =>
|
|
1097
|
+
z.lazy(() => GetConfigurationProductsDisabled2$outboundSchema),
|
|
1102
1098
|
z.boolean(),
|
|
1103
|
-
|
|
1099
|
+
GetConfigurationProductsDisabled3$outboundSchema,
|
|
1104
1100
|
]).optional(),
|
|
1105
1101
|
hidden: z.union([
|
|
1106
|
-
z.lazy(() =>
|
|
1102
|
+
z.lazy(() => GetConfigurationProductsHidden2$outboundSchema),
|
|
1107
1103
|
z.boolean(),
|
|
1108
|
-
|
|
1104
|
+
GetConfigurationProductsHidden3$outboundSchema,
|
|
1109
1105
|
]).optional(),
|
|
1110
1106
|
});
|
|
1111
1107
|
/**
|
|
@@ -1171,42 +1167,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
|
|
|
1171
1167
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema;
|
|
1172
1168
|
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ = {}));
|
|
1173
1169
|
/** @internal */
|
|
1174
|
-
export const
|
|
1170
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$inboundSchema = z.object({});
|
|
1175
1171
|
/** @internal */
|
|
1176
|
-
export const
|
|
1172
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$outboundSchema = z.object({});
|
|
1177
1173
|
/**
|
|
1178
1174
|
* @internal
|
|
1179
1175
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1180
1176
|
*/
|
|
1181
|
-
export var
|
|
1182
|
-
(function (
|
|
1183
|
-
/** @deprecated use `
|
|
1184
|
-
|
|
1185
|
-
/** @deprecated use `
|
|
1186
|
-
|
|
1187
|
-
})(
|
|
1188
|
-
export function
|
|
1189
|
-
return JSON.stringify(
|
|
1190
|
-
.parse(
|
|
1177
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$;
|
|
1178
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$) {
|
|
1179
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$inboundSchema` instead. */
|
|
1180
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$inboundSchema;
|
|
1181
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$outboundSchema` instead. */
|
|
1182
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$outboundSchema;
|
|
1183
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$ = {}));
|
|
1184
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640) {
|
|
1185
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$outboundSchema
|
|
1186
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640));
|
|
1191
1187
|
}
|
|
1192
|
-
export function
|
|
1193
|
-
return safeParse(jsonString, (x) =>
|
|
1194
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1188
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640FromJSON(jsonString) {
|
|
1189
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$inboundSchema
|
|
1190
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640' from JSON`);
|
|
1195
1191
|
}
|
|
1196
1192
|
/** @internal */
|
|
1197
1193
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
|
|
1198
|
-
"__@BRAND@
|
|
1194
|
+
"__@BRAND@502640": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$inboundSchema),
|
|
1199
1195
|
}).transform((v) => {
|
|
1200
1196
|
return remap$(v, {
|
|
1201
|
-
"__@BRAND@
|
|
1197
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
1202
1198
|
});
|
|
1203
1199
|
});
|
|
1204
1200
|
/** @internal */
|
|
1205
1201
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
|
|
1206
|
-
|
|
1202
|
+
atBRANDAt502640: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$outboundSchema),
|
|
1207
1203
|
}).transform((v) => {
|
|
1208
1204
|
return remap$(v, {
|
|
1209
|
-
|
|
1205
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
1210
1206
|
});
|
|
1211
1207
|
});
|
|
1212
1208
|
/**
|
|
@@ -1229,42 +1225,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMinLengthF
|
|
|
1229
1225
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMinLength' from JSON`);
|
|
1230
1226
|
}
|
|
1231
1227
|
/** @internal */
|
|
1232
|
-
export const
|
|
1228
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$inboundSchema = z.object({});
|
|
1233
1229
|
/** @internal */
|
|
1234
|
-
export const
|
|
1230
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$outboundSchema = z.object({});
|
|
1235
1231
|
/**
|
|
1236
1232
|
* @internal
|
|
1237
1233
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1238
1234
|
*/
|
|
1239
|
-
export var
|
|
1240
|
-
(function (
|
|
1241
|
-
/** @deprecated use `
|
|
1242
|
-
|
|
1243
|
-
/** @deprecated use `
|
|
1244
|
-
|
|
1245
|
-
})(
|
|
1246
|
-
export function
|
|
1247
|
-
return JSON.stringify(
|
|
1248
|
-
.parse(
|
|
1235
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$;
|
|
1236
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$) {
|
|
1237
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$inboundSchema` instead. */
|
|
1238
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$inboundSchema;
|
|
1239
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$outboundSchema` instead. */
|
|
1240
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$outboundSchema;
|
|
1241
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$ = {}));
|
|
1242
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640) {
|
|
1243
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$outboundSchema
|
|
1244
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640));
|
|
1249
1245
|
}
|
|
1250
|
-
export function
|
|
1251
|
-
return safeParse(jsonString, (x) =>
|
|
1252
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1246
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640FromJSON(jsonString) {
|
|
1247
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$inboundSchema
|
|
1248
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640' from JSON`);
|
|
1253
1249
|
}
|
|
1254
1250
|
/** @internal */
|
|
1255
1251
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
|
|
1256
|
-
"__@BRAND@
|
|
1252
|
+
"__@BRAND@502640": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$inboundSchema),
|
|
1257
1253
|
}).transform((v) => {
|
|
1258
1254
|
return remap$(v, {
|
|
1259
|
-
"__@BRAND@
|
|
1255
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
1260
1256
|
});
|
|
1261
1257
|
});
|
|
1262
1258
|
/** @internal */
|
|
1263
1259
|
export const GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
|
|
1264
|
-
|
|
1260
|
+
atBRANDAt502640: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$outboundSchema),
|
|
1265
1261
|
}).transform((v) => {
|
|
1266
1262
|
return remap$(v, {
|
|
1267
|
-
|
|
1263
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
1268
1264
|
});
|
|
1269
1265
|
});
|
|
1270
1266
|
/**
|
|
@@ -1287,42 +1283,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponseMaxLengthF
|
|
|
1287
1283
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseMaxLength' from JSON`);
|
|
1288
1284
|
}
|
|
1289
1285
|
/** @internal */
|
|
1290
|
-
export const
|
|
1286
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$inboundSchema = z.object({});
|
|
1291
1287
|
/** @internal */
|
|
1292
|
-
export const
|
|
1288
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$outboundSchema = z.object({});
|
|
1293
1289
|
/**
|
|
1294
1290
|
* @internal
|
|
1295
1291
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1296
1292
|
*/
|
|
1297
|
-
export var
|
|
1298
|
-
(function (
|
|
1299
|
-
/** @deprecated use `
|
|
1300
|
-
|
|
1301
|
-
/** @deprecated use `
|
|
1302
|
-
|
|
1303
|
-
})(
|
|
1304
|
-
export function
|
|
1305
|
-
return JSON.stringify(
|
|
1306
|
-
.parse(
|
|
1293
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$;
|
|
1294
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$) {
|
|
1295
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$inboundSchema` instead. */
|
|
1296
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$inboundSchema;
|
|
1297
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$outboundSchema` instead. */
|
|
1298
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$outboundSchema;
|
|
1299
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$ = {}));
|
|
1300
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640) {
|
|
1301
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$outboundSchema
|
|
1302
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640));
|
|
1307
1303
|
}
|
|
1308
|
-
export function
|
|
1309
|
-
return safeParse(jsonString, (x) =>
|
|
1310
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1304
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640FromJSON(jsonString) {
|
|
1305
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$inboundSchema
|
|
1306
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640' from JSON`);
|
|
1311
1307
|
}
|
|
1312
1308
|
/** @internal */
|
|
1313
1309
|
export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
|
|
1314
|
-
"__@BRAND@
|
|
1310
|
+
"__@BRAND@502640": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$inboundSchema),
|
|
1315
1311
|
}).transform((v) => {
|
|
1316
1312
|
return remap$(v, {
|
|
1317
|
-
"__@BRAND@
|
|
1313
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
1318
1314
|
});
|
|
1319
1315
|
});
|
|
1320
1316
|
/** @internal */
|
|
1321
1317
|
export const GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
|
|
1322
|
-
|
|
1318
|
+
atBRANDAt502640: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$outboundSchema),
|
|
1323
1319
|
}).transform((v) => {
|
|
1324
1320
|
return remap$(v, {
|
|
1325
|
-
|
|
1321
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
1326
1322
|
});
|
|
1327
1323
|
});
|
|
1328
1324
|
/**
|
|
@@ -1382,42 +1378,42 @@ export function getConfigurationProductsPropertiesIntegrationsItemsFromJSON(json
|
|
|
1382
1378
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsItems' from JSON`);
|
|
1383
1379
|
}
|
|
1384
1380
|
/** @internal */
|
|
1385
|
-
export const
|
|
1381
|
+
export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$inboundSchema = z.object({});
|
|
1386
1382
|
/** @internal */
|
|
1387
|
-
export const
|
|
1383
|
+
export const GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$outboundSchema = z.object({});
|
|
1388
1384
|
/**
|
|
1389
1385
|
* @internal
|
|
1390
1386
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1391
1387
|
*/
|
|
1392
|
-
export var
|
|
1393
|
-
(function (
|
|
1394
|
-
/** @deprecated use `
|
|
1395
|
-
|
|
1396
|
-
/** @deprecated use `
|
|
1397
|
-
|
|
1398
|
-
})(
|
|
1399
|
-
export function
|
|
1400
|
-
return JSON.stringify(
|
|
1401
|
-
.parse(
|
|
1388
|
+
export var GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$;
|
|
1389
|
+
(function (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$) {
|
|
1390
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$inboundSchema` instead. */
|
|
1391
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$inboundSchema;
|
|
1392
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$outboundSchema` instead. */
|
|
1393
|
+
GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$outboundSchema;
|
|
1394
|
+
})(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$ || (GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$ = {}));
|
|
1395
|
+
export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640ToJSON(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640) {
|
|
1396
|
+
return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$outboundSchema
|
|
1397
|
+
.parse(getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640));
|
|
1402
1398
|
}
|
|
1403
|
-
export function
|
|
1404
|
-
return safeParse(jsonString, (x) =>
|
|
1405
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1399
|
+
export function getConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640FromJSON(jsonString) {
|
|
1400
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$inboundSchema
|
|
1401
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640' from JSON`);
|
|
1406
1402
|
}
|
|
1407
1403
|
/** @internal */
|
|
1408
1404
|
export const GetConfigurationProductsUiOptionsValue$inboundSchema = z.object({
|
|
1409
|
-
"__@BRAND@
|
|
1405
|
+
"__@BRAND@502640": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$inboundSchema),
|
|
1410
1406
|
}).transform((v) => {
|
|
1411
1407
|
return remap$(v, {
|
|
1412
|
-
"__@BRAND@
|
|
1408
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
1413
1409
|
});
|
|
1414
1410
|
});
|
|
1415
1411
|
/** @internal */
|
|
1416
1412
|
export const GetConfigurationProductsUiOptionsValue$outboundSchema = z.object({
|
|
1417
|
-
|
|
1413
|
+
atBRANDAt502640: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$outboundSchema),
|
|
1418
1414
|
}).transform((v) => {
|
|
1419
1415
|
return remap$(v, {
|
|
1420
|
-
|
|
1416
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
1421
1417
|
});
|
|
1422
1418
|
});
|
|
1423
1419
|
/**
|
|
@@ -1629,40 +1625,40 @@ export function getConfigurationProductsUiOptions3FromJSON(jsonString) {
|
|
|
1629
1625
|
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptions3' from JSON`);
|
|
1630
1626
|
}
|
|
1631
1627
|
/** @internal */
|
|
1632
|
-
export const
|
|
1628
|
+
export const GetConfigurationProductsUiOptionsAtBRANDAt502640$inboundSchema = z.object({});
|
|
1633
1629
|
/** @internal */
|
|
1634
|
-
export const
|
|
1630
|
+
export const GetConfigurationProductsUiOptionsAtBRANDAt502640$outboundSchema = z.object({});
|
|
1635
1631
|
/**
|
|
1636
1632
|
* @internal
|
|
1637
1633
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1638
1634
|
*/
|
|
1639
|
-
export var
|
|
1640
|
-
(function (
|
|
1641
|
-
/** @deprecated use `
|
|
1642
|
-
|
|
1643
|
-
/** @deprecated use `
|
|
1644
|
-
|
|
1645
|
-
})(
|
|
1646
|
-
export function
|
|
1647
|
-
return JSON.stringify(
|
|
1635
|
+
export var GetConfigurationProductsUiOptionsAtBRANDAt502640$;
|
|
1636
|
+
(function (GetConfigurationProductsUiOptionsAtBRANDAt502640$) {
|
|
1637
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt502640$inboundSchema` instead. */
|
|
1638
|
+
GetConfigurationProductsUiOptionsAtBRANDAt502640$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt502640$inboundSchema;
|
|
1639
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsAtBRANDAt502640$outboundSchema` instead. */
|
|
1640
|
+
GetConfigurationProductsUiOptionsAtBRANDAt502640$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt502640$outboundSchema;
|
|
1641
|
+
})(GetConfigurationProductsUiOptionsAtBRANDAt502640$ || (GetConfigurationProductsUiOptionsAtBRANDAt502640$ = {}));
|
|
1642
|
+
export function getConfigurationProductsUiOptionsAtBRANDAt502640ToJSON(getConfigurationProductsUiOptionsAtBRANDAt502640) {
|
|
1643
|
+
return JSON.stringify(GetConfigurationProductsUiOptionsAtBRANDAt502640$outboundSchema.parse(getConfigurationProductsUiOptionsAtBRANDAt502640));
|
|
1648
1644
|
}
|
|
1649
|
-
export function
|
|
1650
|
-
return safeParse(jsonString, (x) =>
|
|
1645
|
+
export function getConfigurationProductsUiOptionsAtBRANDAt502640FromJSON(jsonString) {
|
|
1646
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsAtBRANDAt502640$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsAtBRANDAt502640' from JSON`);
|
|
1651
1647
|
}
|
|
1652
1648
|
/** @internal */
|
|
1653
1649
|
export const GetConfigurationProductsUiOptions2$inboundSchema = z.object({
|
|
1654
|
-
"__@BRAND@
|
|
1650
|
+
"__@BRAND@502640": z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt502640$inboundSchema),
|
|
1655
1651
|
}).transform((v) => {
|
|
1656
1652
|
return remap$(v, {
|
|
1657
|
-
"__@BRAND@
|
|
1653
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
1658
1654
|
});
|
|
1659
1655
|
});
|
|
1660
1656
|
/** @internal */
|
|
1661
1657
|
export const GetConfigurationProductsUiOptions2$outboundSchema = z.object({
|
|
1662
|
-
|
|
1658
|
+
atBRANDAt502640: z.lazy(() => GetConfigurationProductsUiOptionsAtBRANDAt502640$outboundSchema),
|
|
1663
1659
|
}).transform((v) => {
|
|
1664
1660
|
return remap$(v, {
|
|
1665
|
-
|
|
1661
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
1666
1662
|
});
|
|
1667
1663
|
});
|
|
1668
1664
|
/**
|
|
@@ -2204,42 +2200,42 @@ export function getConfigurationProductsPropertiesIntegrationsResponse200Applica
|
|
|
2204
2200
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue' from JSON`);
|
|
2205
2201
|
}
|
|
2206
2202
|
/** @internal */
|
|
2207
|
-
export const
|
|
2203
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$inboundSchema = z.object({});
|
|
2208
2204
|
/** @internal */
|
|
2209
|
-
export const
|
|
2205
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$outboundSchema = z.object({});
|
|
2210
2206
|
/**
|
|
2211
2207
|
* @internal
|
|
2212
2208
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2213
2209
|
*/
|
|
2214
|
-
export var
|
|
2215
|
-
(function (
|
|
2216
|
-
/** @deprecated use `
|
|
2217
|
-
|
|
2218
|
-
/** @deprecated use `
|
|
2219
|
-
|
|
2220
|
-
})(
|
|
2221
|
-
export function
|
|
2222
|
-
return JSON.stringify(
|
|
2223
|
-
.parse(
|
|
2210
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$;
|
|
2211
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$) {
|
|
2212
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$inboundSchema` instead. */
|
|
2213
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$inboundSchema;
|
|
2214
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$outboundSchema` instead. */
|
|
2215
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$outboundSchema;
|
|
2216
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$ = {}));
|
|
2217
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640) {
|
|
2218
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$outboundSchema
|
|
2219
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640));
|
|
2224
2220
|
}
|
|
2225
|
-
export function
|
|
2226
|
-
return safeParse(jsonString, (x) =>
|
|
2227
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2221
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640FromJSON(jsonString) {
|
|
2222
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$inboundSchema
|
|
2223
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640' from JSON`);
|
|
2228
2224
|
}
|
|
2229
2225
|
/** @internal */
|
|
2230
2226
|
export const Default$inboundSchema = z.object({
|
|
2231
|
-
"__@BRAND@
|
|
2227
|
+
"__@BRAND@502640": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$inboundSchema),
|
|
2232
2228
|
}).transform((v) => {
|
|
2233
2229
|
return remap$(v, {
|
|
2234
|
-
"__@BRAND@
|
|
2230
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
2235
2231
|
});
|
|
2236
2232
|
});
|
|
2237
2233
|
/** @internal */
|
|
2238
2234
|
export const Default$outboundSchema = z.object({
|
|
2239
|
-
|
|
2235
|
+
atBRANDAt502640: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$outboundSchema),
|
|
2240
2236
|
}).transform((v) => {
|
|
2241
2237
|
return remap$(v, {
|
|
2242
|
-
|
|
2238
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
2243
2239
|
});
|
|
2244
2240
|
});
|
|
2245
2241
|
/**
|
|
@@ -2260,42 +2256,42 @@ export function defaultFromJSON(jsonString) {
|
|
|
2260
2256
|
return safeParse(jsonString, (x) => Default$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Default' from JSON`);
|
|
2261
2257
|
}
|
|
2262
2258
|
/** @internal */
|
|
2263
|
-
export const
|
|
2259
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$inboundSchema = z.object({});
|
|
2264
2260
|
/** @internal */
|
|
2265
|
-
export const
|
|
2261
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$outboundSchema = z.object({});
|
|
2266
2262
|
/**
|
|
2267
2263
|
* @internal
|
|
2268
2264
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2269
2265
|
*/
|
|
2270
|
-
export var
|
|
2271
|
-
(function (
|
|
2272
|
-
/** @deprecated use `
|
|
2273
|
-
|
|
2274
|
-
/** @deprecated use `
|
|
2275
|
-
|
|
2276
|
-
})(
|
|
2277
|
-
export function
|
|
2278
|
-
return JSON.stringify(
|
|
2279
|
-
.parse(
|
|
2266
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$;
|
|
2267
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$) {
|
|
2268
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$inboundSchema` instead. */
|
|
2269
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$inboundSchema;
|
|
2270
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$outboundSchema` instead. */
|
|
2271
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$outboundSchema;
|
|
2272
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$ = {}));
|
|
2273
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640) {
|
|
2274
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$outboundSchema
|
|
2275
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640));
|
|
2280
2276
|
}
|
|
2281
|
-
export function
|
|
2282
|
-
return safeParse(jsonString, (x) =>
|
|
2283
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2277
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640FromJSON(jsonString) {
|
|
2278
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$inboundSchema
|
|
2279
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640' from JSON`);
|
|
2284
2280
|
}
|
|
2285
2281
|
/** @internal */
|
|
2286
2282
|
export const Example$inboundSchema = z.object({
|
|
2287
|
-
"__@BRAND@
|
|
2283
|
+
"__@BRAND@502640": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$inboundSchema),
|
|
2288
2284
|
}).transform((v) => {
|
|
2289
2285
|
return remap$(v, {
|
|
2290
|
-
"__@BRAND@
|
|
2286
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
2291
2287
|
});
|
|
2292
2288
|
});
|
|
2293
2289
|
/** @internal */
|
|
2294
2290
|
export const Example$outboundSchema = z.object({
|
|
2295
|
-
|
|
2291
|
+
atBRANDAt502640: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$outboundSchema),
|
|
2296
2292
|
}).transform((v) => {
|
|
2297
2293
|
return remap$(v, {
|
|
2298
|
-
|
|
2294
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
2299
2295
|
});
|
|
2300
2296
|
});
|
|
2301
2297
|
/**
|
|
@@ -2463,42 +2459,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
|
|
|
2463
2459
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema;
|
|
2464
2460
|
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ = {}));
|
|
2465
2461
|
/** @internal */
|
|
2466
|
-
export const
|
|
2462
|
+
export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$inboundSchema = z.object({});
|
|
2467
2463
|
/** @internal */
|
|
2468
|
-
export const
|
|
2464
|
+
export const GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$outboundSchema = z.object({});
|
|
2469
2465
|
/**
|
|
2470
2466
|
* @internal
|
|
2471
2467
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2472
2468
|
*/
|
|
2473
|
-
export var
|
|
2474
|
-
(function (
|
|
2475
|
-
/** @deprecated use `
|
|
2476
|
-
|
|
2477
|
-
/** @deprecated use `
|
|
2478
|
-
|
|
2479
|
-
})(
|
|
2480
|
-
export function
|
|
2481
|
-
return JSON.stringify(
|
|
2482
|
-
.parse(
|
|
2469
|
+
export var GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$;
|
|
2470
|
+
(function (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$) {
|
|
2471
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$inboundSchema` instead. */
|
|
2472
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$inboundSchema;
|
|
2473
|
+
/** @deprecated use `GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$outboundSchema` instead. */
|
|
2474
|
+
GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$outboundSchema;
|
|
2475
|
+
})(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$ || (GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$ = {}));
|
|
2476
|
+
export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640ToJSON(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640) {
|
|
2477
|
+
return JSON.stringify(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$outboundSchema
|
|
2478
|
+
.parse(getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640));
|
|
2483
2479
|
}
|
|
2484
|
-
export function
|
|
2485
|
-
return safeParse(jsonString, (x) =>
|
|
2486
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2480
|
+
export function getConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640FromJSON(jsonString) {
|
|
2481
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$inboundSchema
|
|
2482
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640' from JSON`);
|
|
2487
2483
|
}
|
|
2488
2484
|
/** @internal */
|
|
2489
2485
|
export const UiOptionsValue$inboundSchema = z.object({
|
|
2490
|
-
"__@BRAND@
|
|
2486
|
+
"__@BRAND@502640": z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$inboundSchema),
|
|
2491
2487
|
}).transform((v) => {
|
|
2492
2488
|
return remap$(v, {
|
|
2493
|
-
"__@BRAND@
|
|
2489
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
2494
2490
|
});
|
|
2495
2491
|
});
|
|
2496
2492
|
/** @internal */
|
|
2497
2493
|
export const UiOptionsValue$outboundSchema = z.object({
|
|
2498
|
-
|
|
2494
|
+
atBRANDAt502640: z.lazy(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$outboundSchema),
|
|
2499
2495
|
}).transform((v) => {
|
|
2500
2496
|
return remap$(v, {
|
|
2501
|
-
|
|
2497
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
2502
2498
|
});
|
|
2503
2499
|
});
|
|
2504
2500
|
/**
|
|
@@ -2519,56 +2515,58 @@ export function uiOptionsValueFromJSON(jsonString) {
|
|
|
2519
2515
|
return safeParse(jsonString, (x) => UiOptionsValue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsValue' from JSON`);
|
|
2520
2516
|
}
|
|
2521
2517
|
/** @internal */
|
|
2522
|
-
export const
|
|
2518
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema = z.nativeEnum(GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3);
|
|
2523
2519
|
/** @internal */
|
|
2524
|
-
export const
|
|
2520
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema = GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema;
|
|
2525
2521
|
/**
|
|
2526
2522
|
* @internal
|
|
2527
2523
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2528
2524
|
*/
|
|
2529
|
-
export var
|
|
2530
|
-
(function (
|
|
2531
|
-
/** @deprecated use `
|
|
2532
|
-
|
|
2533
|
-
/** @deprecated use `
|
|
2534
|
-
|
|
2535
|
-
})(
|
|
2525
|
+
export var GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$;
|
|
2526
|
+
(function (GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$) {
|
|
2527
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema` instead. */
|
|
2528
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$.inboundSchema = GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema;
|
|
2529
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema` instead. */
|
|
2530
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$.outboundSchema = GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema;
|
|
2531
|
+
})(GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$ || (GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$ = {}));
|
|
2536
2532
|
/** @internal */
|
|
2537
|
-
export const
|
|
2533
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema = z.object({
|
|
2538
2534
|
expr: z.string(),
|
|
2539
2535
|
});
|
|
2540
2536
|
/** @internal */
|
|
2541
|
-
export const
|
|
2537
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema = z.object({
|
|
2542
2538
|
expr: z.string(),
|
|
2543
2539
|
});
|
|
2544
2540
|
/**
|
|
2545
2541
|
* @internal
|
|
2546
2542
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2547
2543
|
*/
|
|
2548
|
-
export var
|
|
2549
|
-
(function (
|
|
2550
|
-
/** @deprecated use `
|
|
2551
|
-
|
|
2552
|
-
/** @deprecated use `
|
|
2553
|
-
|
|
2554
|
-
})(
|
|
2555
|
-
export function
|
|
2556
|
-
return JSON.stringify(
|
|
2544
|
+
export var GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$;
|
|
2545
|
+
(function (GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$) {
|
|
2546
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema` instead. */
|
|
2547
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$.inboundSchema = GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema;
|
|
2548
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema` instead. */
|
|
2549
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$.outboundSchema = GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema;
|
|
2550
|
+
})(GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$ || (GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$ = {}));
|
|
2551
|
+
export function getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2ToJSON(getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2) {
|
|
2552
|
+
return JSON.stringify(GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema
|
|
2553
|
+
.parse(getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2));
|
|
2557
2554
|
}
|
|
2558
|
-
export function
|
|
2559
|
-
return safeParse(jsonString, (x) =>
|
|
2555
|
+
export function getConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2FromJSON(jsonString) {
|
|
2556
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema
|
|
2557
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2' from JSON`);
|
|
2560
2558
|
}
|
|
2561
2559
|
/** @internal */
|
|
2562
2560
|
export const GetConfigurationProductsUiOptionsDisabled$inboundSchema = z.union([
|
|
2563
|
-
z.lazy(() =>
|
|
2561
|
+
z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema),
|
|
2564
2562
|
z.boolean(),
|
|
2565
|
-
|
|
2563
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema,
|
|
2566
2564
|
]);
|
|
2567
2565
|
/** @internal */
|
|
2568
2566
|
export const GetConfigurationProductsUiOptionsDisabled$outboundSchema = z.union([
|
|
2569
|
-
z.lazy(() =>
|
|
2567
|
+
z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema),
|
|
2570
2568
|
z.boolean(),
|
|
2571
|
-
|
|
2569
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema,
|
|
2572
2570
|
]);
|
|
2573
2571
|
/**
|
|
2574
2572
|
* @internal
|
|
@@ -2588,56 +2586,58 @@ export function getConfigurationProductsUiOptionsDisabledFromJSON(jsonString) {
|
|
|
2588
2586
|
return safeParse(jsonString, (x) => GetConfigurationProductsUiOptionsDisabled$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsUiOptionsDisabled' from JSON`);
|
|
2589
2587
|
}
|
|
2590
2588
|
/** @internal */
|
|
2591
|
-
export const
|
|
2589
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema = z.nativeEnum(GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3);
|
|
2592
2590
|
/** @internal */
|
|
2593
|
-
export const
|
|
2591
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema = GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema;
|
|
2594
2592
|
/**
|
|
2595
2593
|
* @internal
|
|
2596
2594
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2597
2595
|
*/
|
|
2598
|
-
export var
|
|
2599
|
-
(function (
|
|
2600
|
-
/** @deprecated use `
|
|
2601
|
-
|
|
2602
|
-
/** @deprecated use `
|
|
2603
|
-
|
|
2604
|
-
})(
|
|
2596
|
+
export var GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$;
|
|
2597
|
+
(function (GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$) {
|
|
2598
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema` instead. */
|
|
2599
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$.inboundSchema = GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema;
|
|
2600
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema` instead. */
|
|
2601
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$.outboundSchema = GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema;
|
|
2602
|
+
})(GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$ || (GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$ = {}));
|
|
2605
2603
|
/** @internal */
|
|
2606
|
-
export const
|
|
2604
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema = z.object({
|
|
2607
2605
|
expr: z.string(),
|
|
2608
2606
|
});
|
|
2609
2607
|
/** @internal */
|
|
2610
|
-
export const
|
|
2608
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema = z.object({
|
|
2611
2609
|
expr: z.string(),
|
|
2612
2610
|
});
|
|
2613
2611
|
/**
|
|
2614
2612
|
* @internal
|
|
2615
2613
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2616
2614
|
*/
|
|
2617
|
-
export var
|
|
2618
|
-
(function (
|
|
2619
|
-
/** @deprecated use `
|
|
2620
|
-
|
|
2621
|
-
/** @deprecated use `
|
|
2622
|
-
|
|
2623
|
-
})(
|
|
2624
|
-
export function
|
|
2625
|
-
return JSON.stringify(
|
|
2615
|
+
export var GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$;
|
|
2616
|
+
(function (GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$) {
|
|
2617
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema` instead. */
|
|
2618
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$.inboundSchema = GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema;
|
|
2619
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema` instead. */
|
|
2620
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$.outboundSchema = GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema;
|
|
2621
|
+
})(GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$ || (GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$ = {}));
|
|
2622
|
+
export function getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2ToJSON(getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2) {
|
|
2623
|
+
return JSON.stringify(GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema
|
|
2624
|
+
.parse(getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2));
|
|
2626
2625
|
}
|
|
2627
|
-
export function
|
|
2628
|
-
return safeParse(jsonString, (x) =>
|
|
2626
|
+
export function getConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2FromJSON(jsonString) {
|
|
2627
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema
|
|
2628
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2' from JSON`);
|
|
2629
2629
|
}
|
|
2630
2630
|
/** @internal */
|
|
2631
2631
|
export const GetConfigurationProductsUiOptionsHidden$inboundSchema = z.union([
|
|
2632
|
-
z.lazy(() =>
|
|
2632
|
+
z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema),
|
|
2633
2633
|
z.boolean(),
|
|
2634
|
-
|
|
2634
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema,
|
|
2635
2635
|
]);
|
|
2636
2636
|
/** @internal */
|
|
2637
2637
|
export const GetConfigurationProductsUiOptionsHidden$outboundSchema = z.union([
|
|
2638
|
-
z.lazy(() =>
|
|
2638
|
+
z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema),
|
|
2639
2639
|
z.boolean(),
|
|
2640
|
-
|
|
2640
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema,
|
|
2641
2641
|
]);
|
|
2642
2642
|
/**
|
|
2643
2643
|
* @internal
|
|
@@ -2660,28 +2660,28 @@ export function getConfigurationProductsUiOptionsHiddenFromJSON(jsonString) {
|
|
|
2660
2660
|
export const UiOptions3$inboundSchema = z.object({
|
|
2661
2661
|
value: z.lazy(() => UiOptionsValue$inboundSchema),
|
|
2662
2662
|
disabled: z.union([
|
|
2663
|
-
z.lazy(() =>
|
|
2663
|
+
z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema),
|
|
2664
2664
|
z.boolean(),
|
|
2665
|
-
|
|
2665
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema,
|
|
2666
2666
|
]).optional(),
|
|
2667
2667
|
hidden: z.union([
|
|
2668
|
-
z.lazy(() =>
|
|
2668
|
+
z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema),
|
|
2669
2669
|
z.boolean(),
|
|
2670
|
-
|
|
2670
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema,
|
|
2671
2671
|
]).optional(),
|
|
2672
2672
|
});
|
|
2673
2673
|
/** @internal */
|
|
2674
2674
|
export const UiOptions3$outboundSchema = z.object({
|
|
2675
2675
|
value: z.lazy(() => UiOptionsValue$outboundSchema),
|
|
2676
2676
|
disabled: z.union([
|
|
2677
|
-
z.lazy(() =>
|
|
2677
|
+
z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema),
|
|
2678
2678
|
z.boolean(),
|
|
2679
|
-
|
|
2679
|
+
GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema,
|
|
2680
2680
|
]).optional(),
|
|
2681
2681
|
hidden: z.union([
|
|
2682
|
-
z.lazy(() =>
|
|
2682
|
+
z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema),
|
|
2683
2683
|
z.boolean(),
|
|
2684
|
-
|
|
2684
|
+
GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema,
|
|
2685
2685
|
]).optional(),
|
|
2686
2686
|
});
|
|
2687
2687
|
/**
|
|
@@ -2702,40 +2702,40 @@ export function uiOptions3FromJSON(jsonString) {
|
|
|
2702
2702
|
return safeParse(jsonString, (x) => UiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions3' from JSON`);
|
|
2703
2703
|
}
|
|
2704
2704
|
/** @internal */
|
|
2705
|
-
export const
|
|
2705
|
+
export const UiOptionsAtBRANDAt502640$inboundSchema = z.object({});
|
|
2706
2706
|
/** @internal */
|
|
2707
|
-
export const
|
|
2707
|
+
export const UiOptionsAtBRANDAt502640$outboundSchema = z.object({});
|
|
2708
2708
|
/**
|
|
2709
2709
|
* @internal
|
|
2710
2710
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2711
2711
|
*/
|
|
2712
|
-
export var
|
|
2713
|
-
(function (
|
|
2714
|
-
/** @deprecated use `
|
|
2715
|
-
|
|
2716
|
-
/** @deprecated use `
|
|
2717
|
-
|
|
2718
|
-
})(
|
|
2719
|
-
export function
|
|
2720
|
-
return JSON.stringify(
|
|
2712
|
+
export var UiOptionsAtBRANDAt502640$;
|
|
2713
|
+
(function (UiOptionsAtBRANDAt502640$) {
|
|
2714
|
+
/** @deprecated use `UiOptionsAtBRANDAt502640$inboundSchema` instead. */
|
|
2715
|
+
UiOptionsAtBRANDAt502640$.inboundSchema = UiOptionsAtBRANDAt502640$inboundSchema;
|
|
2716
|
+
/** @deprecated use `UiOptionsAtBRANDAt502640$outboundSchema` instead. */
|
|
2717
|
+
UiOptionsAtBRANDAt502640$.outboundSchema = UiOptionsAtBRANDAt502640$outboundSchema;
|
|
2718
|
+
})(UiOptionsAtBRANDAt502640$ || (UiOptionsAtBRANDAt502640$ = {}));
|
|
2719
|
+
export function uiOptionsAtBRANDAt502640ToJSON(uiOptionsAtBRANDAt502640) {
|
|
2720
|
+
return JSON.stringify(UiOptionsAtBRANDAt502640$outboundSchema.parse(uiOptionsAtBRANDAt502640));
|
|
2721
2721
|
}
|
|
2722
|
-
export function
|
|
2723
|
-
return safeParse(jsonString, (x) =>
|
|
2722
|
+
export function uiOptionsAtBRANDAt502640FromJSON(jsonString) {
|
|
2723
|
+
return safeParse(jsonString, (x) => UiOptionsAtBRANDAt502640$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt502640' from JSON`);
|
|
2724
2724
|
}
|
|
2725
2725
|
/** @internal */
|
|
2726
2726
|
export const UiOptions2$inboundSchema = z.object({
|
|
2727
|
-
"__@BRAND@
|
|
2727
|
+
"__@BRAND@502640": z.lazy(() => UiOptionsAtBRANDAt502640$inboundSchema),
|
|
2728
2728
|
}).transform((v) => {
|
|
2729
2729
|
return remap$(v, {
|
|
2730
|
-
"__@BRAND@
|
|
2730
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
2731
2731
|
});
|
|
2732
2732
|
});
|
|
2733
2733
|
/** @internal */
|
|
2734
2734
|
export const UiOptions2$outboundSchema = z.object({
|
|
2735
|
-
|
|
2735
|
+
atBRANDAt502640: z.lazy(() => UiOptionsAtBRANDAt502640$outboundSchema),
|
|
2736
2736
|
}).transform((v) => {
|
|
2737
2737
|
return remap$(v, {
|
|
2738
|
-
|
|
2738
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
2739
2739
|
});
|
|
2740
2740
|
});
|
|
2741
2741
|
/**
|
|
@@ -2974,42 +2974,42 @@ export function getConfigurationProductsPropertiesUiOptionsFromJSON(jsonString)
|
|
|
2974
2974
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesUiOptions' from JSON`);
|
|
2975
2975
|
}
|
|
2976
2976
|
/** @internal */
|
|
2977
|
-
export const
|
|
2977
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$inboundSchema = z.object({});
|
|
2978
2978
|
/** @internal */
|
|
2979
|
-
export const
|
|
2979
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$outboundSchema = z.object({});
|
|
2980
2980
|
/**
|
|
2981
2981
|
* @internal
|
|
2982
2982
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2983
2983
|
*/
|
|
2984
|
-
export var
|
|
2985
|
-
(function (
|
|
2986
|
-
/** @deprecated use `
|
|
2987
|
-
|
|
2988
|
-
/** @deprecated use `
|
|
2989
|
-
|
|
2990
|
-
})(
|
|
2991
|
-
export function
|
|
2992
|
-
return JSON.stringify(
|
|
2993
|
-
.parse(
|
|
2984
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$;
|
|
2985
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$) {
|
|
2986
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$inboundSchema` instead. */
|
|
2987
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$inboundSchema;
|
|
2988
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$outboundSchema` instead. */
|
|
2989
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$outboundSchema;
|
|
2990
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$ = {}));
|
|
2991
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640) {
|
|
2992
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$outboundSchema
|
|
2993
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640));
|
|
2994
2994
|
}
|
|
2995
|
-
export function
|
|
2996
|
-
return safeParse(jsonString, (x) =>
|
|
2997
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2995
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640FromJSON(jsonString) {
|
|
2996
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$inboundSchema
|
|
2997
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640' from JSON`);
|
|
2998
2998
|
}
|
|
2999
2999
|
/** @internal */
|
|
3000
3000
|
export const GetConfigurationProductsPropertiesMinLength$inboundSchema = z.object({
|
|
3001
|
-
"__@BRAND@
|
|
3001
|
+
"__@BRAND@502640": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$inboundSchema),
|
|
3002
3002
|
}).transform((v) => {
|
|
3003
3003
|
return remap$(v, {
|
|
3004
|
-
"__@BRAND@
|
|
3004
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
3005
3005
|
});
|
|
3006
3006
|
});
|
|
3007
3007
|
/** @internal */
|
|
3008
3008
|
export const GetConfigurationProductsPropertiesMinLength$outboundSchema = z.object({
|
|
3009
|
-
|
|
3009
|
+
atBRANDAt502640: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$outboundSchema),
|
|
3010
3010
|
}).transform((v) => {
|
|
3011
3011
|
return remap$(v, {
|
|
3012
|
-
|
|
3012
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
3013
3013
|
});
|
|
3014
3014
|
});
|
|
3015
3015
|
/**
|
|
@@ -3030,42 +3030,42 @@ export function getConfigurationProductsPropertiesMinLengthFromJSON(jsonString)
|
|
|
3030
3030
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMinLength' from JSON`);
|
|
3031
3031
|
}
|
|
3032
3032
|
/** @internal */
|
|
3033
|
-
export const
|
|
3033
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$inboundSchema = z.object({});
|
|
3034
3034
|
/** @internal */
|
|
3035
|
-
export const
|
|
3035
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$outboundSchema = z.object({});
|
|
3036
3036
|
/**
|
|
3037
3037
|
* @internal
|
|
3038
3038
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3039
3039
|
*/
|
|
3040
|
-
export var
|
|
3041
|
-
(function (
|
|
3042
|
-
/** @deprecated use `
|
|
3043
|
-
|
|
3044
|
-
/** @deprecated use `
|
|
3045
|
-
|
|
3046
|
-
})(
|
|
3047
|
-
export function
|
|
3048
|
-
return JSON.stringify(
|
|
3049
|
-
.parse(
|
|
3040
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$;
|
|
3041
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$) {
|
|
3042
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$inboundSchema` instead. */
|
|
3043
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$inboundSchema;
|
|
3044
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$outboundSchema` instead. */
|
|
3045
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$outboundSchema;
|
|
3046
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$ = {}));
|
|
3047
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640) {
|
|
3048
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$outboundSchema
|
|
3049
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640));
|
|
3050
3050
|
}
|
|
3051
|
-
export function
|
|
3052
|
-
return safeParse(jsonString, (x) =>
|
|
3053
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3051
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640FromJSON(jsonString) {
|
|
3052
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$inboundSchema
|
|
3053
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640' from JSON`);
|
|
3054
3054
|
}
|
|
3055
3055
|
/** @internal */
|
|
3056
3056
|
export const GetConfigurationProductsPropertiesMaxLength$inboundSchema = z.object({
|
|
3057
|
-
"__@BRAND@
|
|
3057
|
+
"__@BRAND@502640": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$inboundSchema),
|
|
3058
3058
|
}).transform((v) => {
|
|
3059
3059
|
return remap$(v, {
|
|
3060
|
-
"__@BRAND@
|
|
3060
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
3061
3061
|
});
|
|
3062
3062
|
});
|
|
3063
3063
|
/** @internal */
|
|
3064
3064
|
export const GetConfigurationProductsPropertiesMaxLength$outboundSchema = z.object({
|
|
3065
|
-
|
|
3065
|
+
atBRANDAt502640: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$outboundSchema),
|
|
3066
3066
|
}).transform((v) => {
|
|
3067
3067
|
return remap$(v, {
|
|
3068
|
-
|
|
3068
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
3069
3069
|
});
|
|
3070
3070
|
});
|
|
3071
3071
|
/**
|
|
@@ -3086,42 +3086,42 @@ export function getConfigurationProductsPropertiesMaxLengthFromJSON(jsonString)
|
|
|
3086
3086
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesMaxLength' from JSON`);
|
|
3087
3087
|
}
|
|
3088
3088
|
/** @internal */
|
|
3089
|
-
export const
|
|
3089
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$inboundSchema = z.object({});
|
|
3090
3090
|
/** @internal */
|
|
3091
|
-
export const
|
|
3091
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$outboundSchema = z.object({});
|
|
3092
3092
|
/**
|
|
3093
3093
|
* @internal
|
|
3094
3094
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3095
3095
|
*/
|
|
3096
|
-
export var
|
|
3097
|
-
(function (
|
|
3098
|
-
/** @deprecated use `
|
|
3099
|
-
|
|
3100
|
-
/** @deprecated use `
|
|
3101
|
-
|
|
3102
|
-
})(
|
|
3103
|
-
export function
|
|
3104
|
-
return JSON.stringify(
|
|
3105
|
-
.parse(
|
|
3096
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$;
|
|
3097
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$) {
|
|
3098
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$inboundSchema` instead. */
|
|
3099
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$inboundSchema;
|
|
3100
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$outboundSchema` instead. */
|
|
3101
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$outboundSchema;
|
|
3102
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$ = {}));
|
|
3103
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640) {
|
|
3104
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$outboundSchema
|
|
3105
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640));
|
|
3106
3106
|
}
|
|
3107
|
-
export function
|
|
3108
|
-
return safeParse(jsonString, (x) =>
|
|
3109
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3107
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640FromJSON(jsonString) {
|
|
3108
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$inboundSchema
|
|
3109
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640' from JSON`);
|
|
3110
3110
|
}
|
|
3111
3111
|
/** @internal */
|
|
3112
3112
|
export const GetConfigurationProductsPropertiesPattern$inboundSchema = z.object({
|
|
3113
|
-
"__@BRAND@
|
|
3113
|
+
"__@BRAND@502640": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$inboundSchema),
|
|
3114
3114
|
}).transform((v) => {
|
|
3115
3115
|
return remap$(v, {
|
|
3116
|
-
"__@BRAND@
|
|
3116
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
3117
3117
|
});
|
|
3118
3118
|
});
|
|
3119
3119
|
/** @internal */
|
|
3120
3120
|
export const GetConfigurationProductsPropertiesPattern$outboundSchema = z.object({
|
|
3121
|
-
|
|
3121
|
+
atBRANDAt502640: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$outboundSchema),
|
|
3122
3122
|
}).transform((v) => {
|
|
3123
3123
|
return remap$(v, {
|
|
3124
|
-
|
|
3124
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
3125
3125
|
});
|
|
3126
3126
|
});
|
|
3127
3127
|
/**
|
|
@@ -3607,42 +3607,42 @@ export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJ
|
|
|
3607
3607
|
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema;
|
|
3608
3608
|
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ = {}));
|
|
3609
3609
|
/** @internal */
|
|
3610
|
-
export const
|
|
3610
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$inboundSchema = z.object({});
|
|
3611
3611
|
/** @internal */
|
|
3612
|
-
export const
|
|
3612
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$outboundSchema = z.object({});
|
|
3613
3613
|
/**
|
|
3614
3614
|
* @internal
|
|
3615
3615
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3616
3616
|
*/
|
|
3617
|
-
export var
|
|
3618
|
-
(function (
|
|
3619
|
-
/** @deprecated use `
|
|
3620
|
-
|
|
3621
|
-
/** @deprecated use `
|
|
3622
|
-
|
|
3623
|
-
})(
|
|
3624
|
-
export function
|
|
3625
|
-
return JSON.stringify(
|
|
3626
|
-
.parse(
|
|
3617
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$;
|
|
3618
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$) {
|
|
3619
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$inboundSchema` instead. */
|
|
3620
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$inboundSchema;
|
|
3621
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$outboundSchema` instead. */
|
|
3622
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$outboundSchema;
|
|
3623
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$ = {}));
|
|
3624
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640) {
|
|
3625
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$outboundSchema
|
|
3626
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640));
|
|
3627
3627
|
}
|
|
3628
|
-
export function
|
|
3629
|
-
return safeParse(jsonString, (x) =>
|
|
3630
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3628
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640FromJSON(jsonString) {
|
|
3629
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$inboundSchema
|
|
3630
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640' from JSON`);
|
|
3631
3631
|
}
|
|
3632
3632
|
/** @internal */
|
|
3633
3633
|
export const GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema = z.object({
|
|
3634
|
-
"__@BRAND@
|
|
3634
|
+
"__@BRAND@502640": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$inboundSchema),
|
|
3635
3635
|
}).transform((v) => {
|
|
3636
3636
|
return remap$(v, {
|
|
3637
|
-
"__@BRAND@
|
|
3637
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
3638
3638
|
});
|
|
3639
3639
|
});
|
|
3640
3640
|
/** @internal */
|
|
3641
3641
|
export const GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema = z.object({
|
|
3642
|
-
|
|
3642
|
+
atBRANDAt502640: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$outboundSchema),
|
|
3643
3643
|
}).transform((v) => {
|
|
3644
3644
|
return remap$(v, {
|
|
3645
|
-
|
|
3645
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
3646
3646
|
});
|
|
3647
3647
|
});
|
|
3648
3648
|
/**
|
|
@@ -3665,42 +3665,42 @@ export function getConfigurationProductsPropertiesIntegrationsMinLengthFromJSON(
|
|
|
3665
3665
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMinLength' from JSON`);
|
|
3666
3666
|
}
|
|
3667
3667
|
/** @internal */
|
|
3668
|
-
export const
|
|
3668
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$inboundSchema = z.object({});
|
|
3669
3669
|
/** @internal */
|
|
3670
|
-
export const
|
|
3670
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$outboundSchema = z.object({});
|
|
3671
3671
|
/**
|
|
3672
3672
|
* @internal
|
|
3673
3673
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3674
3674
|
*/
|
|
3675
|
-
export var
|
|
3676
|
-
(function (
|
|
3677
|
-
/** @deprecated use `
|
|
3678
|
-
|
|
3679
|
-
/** @deprecated use `
|
|
3680
|
-
|
|
3681
|
-
})(
|
|
3682
|
-
export function
|
|
3683
|
-
return JSON.stringify(
|
|
3684
|
-
.parse(
|
|
3675
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$;
|
|
3676
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$) {
|
|
3677
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$inboundSchema` instead. */
|
|
3678
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$inboundSchema;
|
|
3679
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$outboundSchema` instead. */
|
|
3680
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$outboundSchema;
|
|
3681
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$ = {}));
|
|
3682
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640) {
|
|
3683
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$outboundSchema
|
|
3684
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640));
|
|
3685
3685
|
}
|
|
3686
|
-
export function
|
|
3687
|
-
return safeParse(jsonString, (x) =>
|
|
3688
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3686
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640FromJSON(jsonString) {
|
|
3687
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$inboundSchema
|
|
3688
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640' from JSON`);
|
|
3689
3689
|
}
|
|
3690
3690
|
/** @internal */
|
|
3691
3691
|
export const GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema = z.object({
|
|
3692
|
-
"__@BRAND@
|
|
3692
|
+
"__@BRAND@502640": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$inboundSchema),
|
|
3693
3693
|
}).transform((v) => {
|
|
3694
3694
|
return remap$(v, {
|
|
3695
|
-
"__@BRAND@
|
|
3695
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
3696
3696
|
});
|
|
3697
3697
|
});
|
|
3698
3698
|
/** @internal */
|
|
3699
3699
|
export const GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema = z.object({
|
|
3700
|
-
|
|
3700
|
+
atBRANDAt502640: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$outboundSchema),
|
|
3701
3701
|
}).transform((v) => {
|
|
3702
3702
|
return remap$(v, {
|
|
3703
|
-
|
|
3703
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
3704
3704
|
});
|
|
3705
3705
|
});
|
|
3706
3706
|
/**
|
|
@@ -3723,42 +3723,42 @@ export function getConfigurationProductsPropertiesIntegrationsMaxLengthFromJSON(
|
|
|
3723
3723
|
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsMaxLength' from JSON`);
|
|
3724
3724
|
}
|
|
3725
3725
|
/** @internal */
|
|
3726
|
-
export const
|
|
3726
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$inboundSchema = z.object({});
|
|
3727
3727
|
/** @internal */
|
|
3728
|
-
export const
|
|
3728
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$outboundSchema = z.object({});
|
|
3729
3729
|
/**
|
|
3730
3730
|
* @internal
|
|
3731
3731
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3732
3732
|
*/
|
|
3733
|
-
export var
|
|
3734
|
-
(function (
|
|
3735
|
-
/** @deprecated use `
|
|
3736
|
-
|
|
3737
|
-
/** @deprecated use `
|
|
3738
|
-
|
|
3739
|
-
})(
|
|
3740
|
-
export function
|
|
3741
|
-
return JSON.stringify(
|
|
3742
|
-
.parse(
|
|
3733
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$;
|
|
3734
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$) {
|
|
3735
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$inboundSchema` instead. */
|
|
3736
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$inboundSchema;
|
|
3737
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$outboundSchema` instead. */
|
|
3738
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$outboundSchema;
|
|
3739
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$ || (GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$ = {}));
|
|
3740
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640) {
|
|
3741
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$outboundSchema
|
|
3742
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640));
|
|
3743
3743
|
}
|
|
3744
|
-
export function
|
|
3745
|
-
return safeParse(jsonString, (x) =>
|
|
3746
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3744
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640FromJSON(jsonString) {
|
|
3745
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$inboundSchema
|
|
3746
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640' from JSON`);
|
|
3747
3747
|
}
|
|
3748
3748
|
/** @internal */
|
|
3749
3749
|
export const GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema = z.object({
|
|
3750
|
-
"__@BRAND@
|
|
3750
|
+
"__@BRAND@502640": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$inboundSchema),
|
|
3751
3751
|
}).transform((v) => {
|
|
3752
3752
|
return remap$(v, {
|
|
3753
|
-
"__@BRAND@
|
|
3753
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
3754
3754
|
});
|
|
3755
3755
|
});
|
|
3756
3756
|
/** @internal */
|
|
3757
3757
|
export const GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema = z.object({
|
|
3758
|
-
|
|
3758
|
+
atBRANDAt502640: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$outboundSchema),
|
|
3759
3759
|
}).transform((v) => {
|
|
3760
3760
|
return remap$(v, {
|
|
3761
|
-
|
|
3761
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
3762
3762
|
});
|
|
3763
3763
|
});
|
|
3764
3764
|
/**
|
|
@@ -3816,156 +3816,157 @@ export function getConfigurationProductsPropertiesItemsFromJSON(jsonString) {
|
|
|
3816
3816
|
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesItems$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesItems' from JSON`);
|
|
3817
3817
|
}
|
|
3818
3818
|
/** @internal */
|
|
3819
|
-
export const
|
|
3819
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema = z.nativeEnum(GetConfigurationProductsDisabledIntegrationsResponse3);
|
|
3820
3820
|
/** @internal */
|
|
3821
|
-
export const
|
|
3821
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema = GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema;
|
|
3822
3822
|
/**
|
|
3823
3823
|
* @internal
|
|
3824
3824
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3825
3825
|
*/
|
|
3826
|
-
export var
|
|
3827
|
-
(function (
|
|
3828
|
-
/** @deprecated use `
|
|
3829
|
-
|
|
3830
|
-
/** @deprecated use `
|
|
3831
|
-
|
|
3832
|
-
})(
|
|
3826
|
+
export var GetConfigurationProductsDisabledIntegrationsResponse3$;
|
|
3827
|
+
(function (GetConfigurationProductsDisabledIntegrationsResponse3$) {
|
|
3828
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema` instead. */
|
|
3829
|
+
GetConfigurationProductsDisabledIntegrationsResponse3$.inboundSchema = GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema;
|
|
3830
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema` instead. */
|
|
3831
|
+
GetConfigurationProductsDisabledIntegrationsResponse3$.outboundSchema = GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema;
|
|
3832
|
+
})(GetConfigurationProductsDisabledIntegrationsResponse3$ || (GetConfigurationProductsDisabledIntegrationsResponse3$ = {}));
|
|
3833
3833
|
/** @internal */
|
|
3834
|
-
export const
|
|
3834
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema = z.object({
|
|
3835
3835
|
expr: z.string(),
|
|
3836
3836
|
});
|
|
3837
3837
|
/** @internal */
|
|
3838
|
-
export const
|
|
3838
|
+
export const GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema = z.object({
|
|
3839
3839
|
expr: z.string(),
|
|
3840
3840
|
});
|
|
3841
3841
|
/**
|
|
3842
3842
|
* @internal
|
|
3843
3843
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3844
3844
|
*/
|
|
3845
|
-
export var
|
|
3846
|
-
(function (
|
|
3847
|
-
/** @deprecated use `
|
|
3848
|
-
|
|
3849
|
-
/** @deprecated use `
|
|
3850
|
-
|
|
3851
|
-
})(
|
|
3852
|
-
export function
|
|
3853
|
-
return JSON.stringify(
|
|
3845
|
+
export var GetConfigurationProductsDisabledIntegrationsResponse2$;
|
|
3846
|
+
(function (GetConfigurationProductsDisabledIntegrationsResponse2$) {
|
|
3847
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema` instead. */
|
|
3848
|
+
GetConfigurationProductsDisabledIntegrationsResponse2$.inboundSchema = GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema;
|
|
3849
|
+
/** @deprecated use `GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema` instead. */
|
|
3850
|
+
GetConfigurationProductsDisabledIntegrationsResponse2$.outboundSchema = GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema;
|
|
3851
|
+
})(GetConfigurationProductsDisabledIntegrationsResponse2$ || (GetConfigurationProductsDisabledIntegrationsResponse2$ = {}));
|
|
3852
|
+
export function getConfigurationProductsDisabledIntegrationsResponse2ToJSON(getConfigurationProductsDisabledIntegrationsResponse2) {
|
|
3853
|
+
return JSON.stringify(GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema.parse(getConfigurationProductsDisabledIntegrationsResponse2));
|
|
3854
3854
|
}
|
|
3855
|
-
export function
|
|
3856
|
-
return safeParse(jsonString, (x) =>
|
|
3855
|
+
export function getConfigurationProductsDisabledIntegrationsResponse2FromJSON(jsonString) {
|
|
3856
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsDisabledIntegrationsResponse2' from JSON`);
|
|
3857
3857
|
}
|
|
3858
3858
|
/** @internal */
|
|
3859
|
-
export const
|
|
3860
|
-
z.lazy(() =>
|
|
3859
|
+
export const GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema = z.union([
|
|
3860
|
+
z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema),
|
|
3861
3861
|
z.boolean(),
|
|
3862
|
-
|
|
3862
|
+
GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema,
|
|
3863
3863
|
]);
|
|
3864
3864
|
/** @internal */
|
|
3865
|
-
export const
|
|
3866
|
-
z.lazy(() =>
|
|
3865
|
+
export const GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema = z.union([
|
|
3866
|
+
z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema),
|
|
3867
3867
|
z.boolean(),
|
|
3868
|
-
|
|
3868
|
+
GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema,
|
|
3869
3869
|
]);
|
|
3870
3870
|
/**
|
|
3871
3871
|
* @internal
|
|
3872
3872
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3873
3873
|
*/
|
|
3874
|
-
export var
|
|
3875
|
-
(function (
|
|
3876
|
-
/** @deprecated use `
|
|
3877
|
-
|
|
3878
|
-
/** @deprecated use `
|
|
3879
|
-
|
|
3880
|
-
})(
|
|
3881
|
-
export function
|
|
3882
|
-
return JSON.stringify(
|
|
3874
|
+
export var GetConfigurationProductsPropertiesIntegrationsDisabled$;
|
|
3875
|
+
(function (GetConfigurationProductsPropertiesIntegrationsDisabled$) {
|
|
3876
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema` instead. */
|
|
3877
|
+
GetConfigurationProductsPropertiesIntegrationsDisabled$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema;
|
|
3878
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema` instead. */
|
|
3879
|
+
GetConfigurationProductsPropertiesIntegrationsDisabled$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema;
|
|
3880
|
+
})(GetConfigurationProductsPropertiesIntegrationsDisabled$ || (GetConfigurationProductsPropertiesIntegrationsDisabled$ = {}));
|
|
3881
|
+
export function getConfigurationProductsPropertiesIntegrationsDisabledToJSON(getConfigurationProductsPropertiesIntegrationsDisabled) {
|
|
3882
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema.parse(getConfigurationProductsPropertiesIntegrationsDisabled));
|
|
3883
3883
|
}
|
|
3884
|
-
export function
|
|
3885
|
-
return safeParse(jsonString, (x) =>
|
|
3884
|
+
export function getConfigurationProductsPropertiesIntegrationsDisabledFromJSON(jsonString) {
|
|
3885
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema
|
|
3886
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsDisabled' from JSON`);
|
|
3886
3887
|
}
|
|
3887
3888
|
/** @internal */
|
|
3888
|
-
export const
|
|
3889
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema = z.nativeEnum(GetConfigurationProductsHiddenIntegrationsResponse3);
|
|
3889
3890
|
/** @internal */
|
|
3890
|
-
export const
|
|
3891
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema = GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema;
|
|
3891
3892
|
/**
|
|
3892
3893
|
* @internal
|
|
3893
3894
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3894
3895
|
*/
|
|
3895
|
-
export var
|
|
3896
|
-
(function (
|
|
3897
|
-
/** @deprecated use `
|
|
3898
|
-
|
|
3899
|
-
/** @deprecated use `
|
|
3900
|
-
|
|
3901
|
-
})(
|
|
3896
|
+
export var GetConfigurationProductsHiddenIntegrationsResponse3$;
|
|
3897
|
+
(function (GetConfigurationProductsHiddenIntegrationsResponse3$) {
|
|
3898
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema` instead. */
|
|
3899
|
+
GetConfigurationProductsHiddenIntegrationsResponse3$.inboundSchema = GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema;
|
|
3900
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema` instead. */
|
|
3901
|
+
GetConfigurationProductsHiddenIntegrationsResponse3$.outboundSchema = GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema;
|
|
3902
|
+
})(GetConfigurationProductsHiddenIntegrationsResponse3$ || (GetConfigurationProductsHiddenIntegrationsResponse3$ = {}));
|
|
3902
3903
|
/** @internal */
|
|
3903
|
-
export const
|
|
3904
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema = z.object({
|
|
3904
3905
|
expr: z.string(),
|
|
3905
3906
|
});
|
|
3906
3907
|
/** @internal */
|
|
3907
|
-
export const
|
|
3908
|
+
export const GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema = z.object({
|
|
3908
3909
|
expr: z.string(),
|
|
3909
3910
|
});
|
|
3910
3911
|
/**
|
|
3911
3912
|
* @internal
|
|
3912
3913
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3913
3914
|
*/
|
|
3914
|
-
export var
|
|
3915
|
-
(function (
|
|
3916
|
-
/** @deprecated use `
|
|
3917
|
-
|
|
3918
|
-
/** @deprecated use `
|
|
3919
|
-
|
|
3920
|
-
})(
|
|
3921
|
-
export function
|
|
3922
|
-
return JSON.stringify(
|
|
3915
|
+
export var GetConfigurationProductsHiddenIntegrationsResponse2$;
|
|
3916
|
+
(function (GetConfigurationProductsHiddenIntegrationsResponse2$) {
|
|
3917
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema` instead. */
|
|
3918
|
+
GetConfigurationProductsHiddenIntegrationsResponse2$.inboundSchema = GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema;
|
|
3919
|
+
/** @deprecated use `GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema` instead. */
|
|
3920
|
+
GetConfigurationProductsHiddenIntegrationsResponse2$.outboundSchema = GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema;
|
|
3921
|
+
})(GetConfigurationProductsHiddenIntegrationsResponse2$ || (GetConfigurationProductsHiddenIntegrationsResponse2$ = {}));
|
|
3922
|
+
export function getConfigurationProductsHiddenIntegrationsResponse2ToJSON(getConfigurationProductsHiddenIntegrationsResponse2) {
|
|
3923
|
+
return JSON.stringify(GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema.parse(getConfigurationProductsHiddenIntegrationsResponse2));
|
|
3923
3924
|
}
|
|
3924
|
-
export function
|
|
3925
|
-
return safeParse(jsonString, (x) =>
|
|
3925
|
+
export function getConfigurationProductsHiddenIntegrationsResponse2FromJSON(jsonString) {
|
|
3926
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsHiddenIntegrationsResponse2' from JSON`);
|
|
3926
3927
|
}
|
|
3927
3928
|
/** @internal */
|
|
3928
|
-
export const
|
|
3929
|
-
z.lazy(() =>
|
|
3929
|
+
export const GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema = z.union([
|
|
3930
|
+
z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema),
|
|
3930
3931
|
z.boolean(),
|
|
3931
|
-
|
|
3932
|
+
GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema,
|
|
3932
3933
|
]);
|
|
3933
3934
|
/** @internal */
|
|
3934
|
-
export const
|
|
3935
|
-
z.lazy(() =>
|
|
3935
|
+
export const GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema = z.union([
|
|
3936
|
+
z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema),
|
|
3936
3937
|
z.boolean(),
|
|
3937
|
-
|
|
3938
|
+
GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema,
|
|
3938
3939
|
]);
|
|
3939
3940
|
/**
|
|
3940
3941
|
* @internal
|
|
3941
3942
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3942
3943
|
*/
|
|
3943
|
-
export var
|
|
3944
|
-
(function (
|
|
3945
|
-
/** @deprecated use `
|
|
3946
|
-
|
|
3947
|
-
/** @deprecated use `
|
|
3948
|
-
|
|
3949
|
-
})(
|
|
3950
|
-
export function
|
|
3951
|
-
return JSON.stringify(
|
|
3944
|
+
export var GetConfigurationProductsPropertiesIntegrationsHidden$;
|
|
3945
|
+
(function (GetConfigurationProductsPropertiesIntegrationsHidden$) {
|
|
3946
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema` instead. */
|
|
3947
|
+
GetConfigurationProductsPropertiesIntegrationsHidden$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema;
|
|
3948
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema` instead. */
|
|
3949
|
+
GetConfigurationProductsPropertiesIntegrationsHidden$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema;
|
|
3950
|
+
})(GetConfigurationProductsPropertiesIntegrationsHidden$ || (GetConfigurationProductsPropertiesIntegrationsHidden$ = {}));
|
|
3951
|
+
export function getConfigurationProductsPropertiesIntegrationsHiddenToJSON(getConfigurationProductsPropertiesIntegrationsHidden) {
|
|
3952
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema.parse(getConfigurationProductsPropertiesIntegrationsHidden));
|
|
3952
3953
|
}
|
|
3953
|
-
export function
|
|
3954
|
-
return safeParse(jsonString, (x) =>
|
|
3954
|
+
export function getConfigurationProductsPropertiesIntegrationsHiddenFromJSON(jsonString) {
|
|
3955
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsHidden' from JSON`);
|
|
3955
3956
|
}
|
|
3956
3957
|
/** @internal */
|
|
3957
3958
|
export const PropertiesUiOptions$inboundSchema = z.object({
|
|
3958
3959
|
value: z.string(),
|
|
3959
3960
|
label: z.string(),
|
|
3960
3961
|
disabled: z.union([
|
|
3961
|
-
z.lazy(() =>
|
|
3962
|
+
z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema),
|
|
3962
3963
|
z.boolean(),
|
|
3963
|
-
|
|
3964
|
+
GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema,
|
|
3964
3965
|
]).optional(),
|
|
3965
3966
|
hidden: z.union([
|
|
3966
|
-
z.lazy(() =>
|
|
3967
|
+
z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema),
|
|
3967
3968
|
z.boolean(),
|
|
3968
|
-
|
|
3969
|
+
GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema,
|
|
3969
3970
|
]).optional(),
|
|
3970
3971
|
});
|
|
3971
3972
|
/** @internal */
|
|
@@ -3973,14 +3974,14 @@ export const PropertiesUiOptions$outboundSchema = z.object({
|
|
|
3973
3974
|
value: z.string(),
|
|
3974
3975
|
label: z.string(),
|
|
3975
3976
|
disabled: z.union([
|
|
3976
|
-
z.lazy(() =>
|
|
3977
|
+
z.lazy(() => GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema),
|
|
3977
3978
|
z.boolean(),
|
|
3978
|
-
|
|
3979
|
+
GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema,
|
|
3979
3980
|
]).optional(),
|
|
3980
3981
|
hidden: z.union([
|
|
3981
|
-
z.lazy(() =>
|
|
3982
|
+
z.lazy(() => GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema),
|
|
3982
3983
|
z.boolean(),
|
|
3983
|
-
|
|
3984
|
+
GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema,
|
|
3984
3985
|
]).optional(),
|
|
3985
3986
|
});
|
|
3986
3987
|
/**
|
|
@@ -4629,42 +4630,42 @@ export function uiOptionsFromJSON(jsonString) {
|
|
|
4629
4630
|
return safeParse(jsonString, (x) => UiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptions' from JSON`);
|
|
4630
4631
|
}
|
|
4631
4632
|
/** @internal */
|
|
4632
|
-
export const
|
|
4633
|
+
export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$inboundSchema = z.object({});
|
|
4633
4634
|
/** @internal */
|
|
4634
|
-
export const
|
|
4635
|
+
export const GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$outboundSchema = z.object({});
|
|
4635
4636
|
/**
|
|
4636
4637
|
* @internal
|
|
4637
4638
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4638
4639
|
*/
|
|
4639
|
-
export var
|
|
4640
|
-
(function (
|
|
4641
|
-
/** @deprecated use `
|
|
4642
|
-
|
|
4643
|
-
/** @deprecated use `
|
|
4644
|
-
|
|
4645
|
-
})(
|
|
4646
|
-
export function
|
|
4647
|
-
return JSON.stringify(
|
|
4648
|
-
.parse(
|
|
4640
|
+
export var GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$;
|
|
4641
|
+
(function (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$) {
|
|
4642
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$inboundSchema` instead. */
|
|
4643
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$inboundSchema;
|
|
4644
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$outboundSchema` instead. */
|
|
4645
|
+
GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$outboundSchema;
|
|
4646
|
+
})(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$ || (GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$ = {}));
|
|
4647
|
+
export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsAtBRANDAt502640) {
|
|
4648
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$outboundSchema
|
|
4649
|
+
.parse(getConfigurationProductsPropertiesIntegrationsAtBRANDAt502640));
|
|
4649
4650
|
}
|
|
4650
|
-
export function
|
|
4651
|
-
return safeParse(jsonString, (x) =>
|
|
4652
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4651
|
+
export function getConfigurationProductsPropertiesIntegrationsAtBRANDAt502640FromJSON(jsonString) {
|
|
4652
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$inboundSchema
|
|
4653
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640' from JSON`);
|
|
4653
4654
|
}
|
|
4654
4655
|
/** @internal */
|
|
4655
4656
|
export const PropertiesMinLength$inboundSchema = z.object({
|
|
4656
|
-
"__@BRAND@
|
|
4657
|
+
"__@BRAND@502640": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$inboundSchema),
|
|
4657
4658
|
}).transform((v) => {
|
|
4658
4659
|
return remap$(v, {
|
|
4659
|
-
"__@BRAND@
|
|
4660
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
4660
4661
|
});
|
|
4661
4662
|
});
|
|
4662
4663
|
/** @internal */
|
|
4663
4664
|
export const PropertiesMinLength$outboundSchema = z.object({
|
|
4664
|
-
|
|
4665
|
+
atBRANDAt502640: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$outboundSchema),
|
|
4665
4666
|
}).transform((v) => {
|
|
4666
4667
|
return remap$(v, {
|
|
4667
|
-
|
|
4668
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
4668
4669
|
});
|
|
4669
4670
|
});
|
|
4670
4671
|
/**
|
|
@@ -4685,42 +4686,42 @@ export function propertiesMinLengthFromJSON(jsonString) {
|
|
|
4685
4686
|
return safeParse(jsonString, (x) => PropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMinLength' from JSON`);
|
|
4686
4687
|
}
|
|
4687
4688
|
/** @internal */
|
|
4688
|
-
export const
|
|
4689
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$inboundSchema = z.object({});
|
|
4689
4690
|
/** @internal */
|
|
4690
|
-
export const
|
|
4691
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$outboundSchema = z.object({});
|
|
4691
4692
|
/**
|
|
4692
4693
|
* @internal
|
|
4693
4694
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4694
4695
|
*/
|
|
4695
|
-
export var
|
|
4696
|
-
(function (
|
|
4697
|
-
/** @deprecated use `
|
|
4698
|
-
|
|
4699
|
-
/** @deprecated use `
|
|
4700
|
-
|
|
4701
|
-
})(
|
|
4702
|
-
export function
|
|
4703
|
-
return JSON.stringify(
|
|
4704
|
-
.parse(
|
|
4696
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$;
|
|
4697
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$) {
|
|
4698
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$inboundSchema` instead. */
|
|
4699
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$inboundSchema;
|
|
4700
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$outboundSchema` instead. */
|
|
4701
|
+
GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$outboundSchema;
|
|
4702
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$ || (GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$ = {}));
|
|
4703
|
+
export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640) {
|
|
4704
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$outboundSchema
|
|
4705
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640));
|
|
4705
4706
|
}
|
|
4706
|
-
export function
|
|
4707
|
-
return safeParse(jsonString, (x) =>
|
|
4708
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4707
|
+
export function getConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640FromJSON(jsonString) {
|
|
4708
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$inboundSchema
|
|
4709
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640' from JSON`);
|
|
4709
4710
|
}
|
|
4710
4711
|
/** @internal */
|
|
4711
4712
|
export const PropertiesMaxLength$inboundSchema = z.object({
|
|
4712
|
-
"__@BRAND@
|
|
4713
|
+
"__@BRAND@502640": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$inboundSchema),
|
|
4713
4714
|
}).transform((v) => {
|
|
4714
4715
|
return remap$(v, {
|
|
4715
|
-
"__@BRAND@
|
|
4716
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
4716
4717
|
});
|
|
4717
4718
|
});
|
|
4718
4719
|
/** @internal */
|
|
4719
4720
|
export const PropertiesMaxLength$outboundSchema = z.object({
|
|
4720
|
-
|
|
4721
|
+
atBRANDAt502640: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$outboundSchema),
|
|
4721
4722
|
}).transform((v) => {
|
|
4722
4723
|
return remap$(v, {
|
|
4723
|
-
|
|
4724
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
4724
4725
|
});
|
|
4725
4726
|
});
|
|
4726
4727
|
/**
|
|
@@ -4741,42 +4742,42 @@ export function propertiesMaxLengthFromJSON(jsonString) {
|
|
|
4741
4742
|
return safeParse(jsonString, (x) => PropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesMaxLength' from JSON`);
|
|
4742
4743
|
}
|
|
4743
4744
|
/** @internal */
|
|
4744
|
-
export const
|
|
4745
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$inboundSchema = z.object({});
|
|
4745
4746
|
/** @internal */
|
|
4746
|
-
export const
|
|
4747
|
+
export const GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$outboundSchema = z.object({});
|
|
4747
4748
|
/**
|
|
4748
4749
|
* @internal
|
|
4749
4750
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4750
4751
|
*/
|
|
4751
|
-
export var
|
|
4752
|
-
(function (
|
|
4753
|
-
/** @deprecated use `
|
|
4754
|
-
|
|
4755
|
-
/** @deprecated use `
|
|
4756
|
-
|
|
4757
|
-
})(
|
|
4758
|
-
export function
|
|
4759
|
-
return JSON.stringify(
|
|
4760
|
-
.parse(
|
|
4752
|
+
export var GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$;
|
|
4753
|
+
(function (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$) {
|
|
4754
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$inboundSchema` instead. */
|
|
4755
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$inboundSchema;
|
|
4756
|
+
/** @deprecated use `GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$outboundSchema` instead. */
|
|
4757
|
+
GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$outboundSchema;
|
|
4758
|
+
})(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$ || (GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$ = {}));
|
|
4759
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640ToJSON(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640) {
|
|
4760
|
+
return JSON.stringify(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$outboundSchema
|
|
4761
|
+
.parse(getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640));
|
|
4761
4762
|
}
|
|
4762
|
-
export function
|
|
4763
|
-
return safeParse(jsonString, (x) =>
|
|
4764
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4763
|
+
export function getConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640FromJSON(jsonString) {
|
|
4764
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$inboundSchema
|
|
4765
|
+
.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640' from JSON`);
|
|
4765
4766
|
}
|
|
4766
4767
|
/** @internal */
|
|
4767
4768
|
export const PropertiesPattern$inboundSchema = z.object({
|
|
4768
|
-
"__@BRAND@
|
|
4769
|
+
"__@BRAND@502640": z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$inboundSchema),
|
|
4769
4770
|
}).transform((v) => {
|
|
4770
4771
|
return remap$(v, {
|
|
4771
|
-
"__@BRAND@
|
|
4772
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
4772
4773
|
});
|
|
4773
4774
|
});
|
|
4774
4775
|
/** @internal */
|
|
4775
4776
|
export const PropertiesPattern$outboundSchema = z.object({
|
|
4776
|
-
|
|
4777
|
+
atBRANDAt502640: z.lazy(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$outboundSchema),
|
|
4777
4778
|
}).transform((v) => {
|
|
4778
4779
|
return remap$(v, {
|
|
4779
|
-
|
|
4780
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
4780
4781
|
});
|
|
4781
4782
|
});
|
|
4782
4783
|
/**
|
|
@@ -6556,40 +6557,40 @@ export var UiControl$;
|
|
|
6556
6557
|
UiControl$.outboundSchema = UiControl$outboundSchema;
|
|
6557
6558
|
})(UiControl$ || (UiControl$ = {}));
|
|
6558
6559
|
/** @internal */
|
|
6559
|
-
export const
|
|
6560
|
+
export const AtBRANDAt502640$inboundSchema = z.object({});
|
|
6560
6561
|
/** @internal */
|
|
6561
|
-
export const
|
|
6562
|
+
export const AtBRANDAt502640$outboundSchema = z.object({});
|
|
6562
6563
|
/**
|
|
6563
6564
|
* @internal
|
|
6564
6565
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6565
6566
|
*/
|
|
6566
|
-
export var
|
|
6567
|
-
(function (
|
|
6568
|
-
/** @deprecated use `
|
|
6569
|
-
|
|
6570
|
-
/** @deprecated use `
|
|
6571
|
-
|
|
6572
|
-
})(
|
|
6573
|
-
export function
|
|
6574
|
-
return JSON.stringify(
|
|
6567
|
+
export var AtBRANDAt502640$;
|
|
6568
|
+
(function (AtBRANDAt502640$) {
|
|
6569
|
+
/** @deprecated use `AtBRANDAt502640$inboundSchema` instead. */
|
|
6570
|
+
AtBRANDAt502640$.inboundSchema = AtBRANDAt502640$inboundSchema;
|
|
6571
|
+
/** @deprecated use `AtBRANDAt502640$outboundSchema` instead. */
|
|
6572
|
+
AtBRANDAt502640$.outboundSchema = AtBRANDAt502640$outboundSchema;
|
|
6573
|
+
})(AtBRANDAt502640$ || (AtBRANDAt502640$ = {}));
|
|
6574
|
+
export function atBRANDAt502640ToJSON(atBRANDAt502640) {
|
|
6575
|
+
return JSON.stringify(AtBRANDAt502640$outboundSchema.parse(atBRANDAt502640));
|
|
6575
6576
|
}
|
|
6576
|
-
export function
|
|
6577
|
-
return safeParse(jsonString, (x) =>
|
|
6577
|
+
export function atBRANDAt502640FromJSON(jsonString) {
|
|
6578
|
+
return safeParse(jsonString, (x) => AtBRANDAt502640$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt502640' from JSON`);
|
|
6578
6579
|
}
|
|
6579
6580
|
/** @internal */
|
|
6580
6581
|
export const MinLength$inboundSchema = z.object({
|
|
6581
|
-
"__@BRAND@
|
|
6582
|
+
"__@BRAND@502640": z.lazy(() => AtBRANDAt502640$inboundSchema),
|
|
6582
6583
|
}).transform((v) => {
|
|
6583
6584
|
return remap$(v, {
|
|
6584
|
-
"__@BRAND@
|
|
6585
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
6585
6586
|
});
|
|
6586
6587
|
});
|
|
6587
6588
|
/** @internal */
|
|
6588
6589
|
export const MinLength$outboundSchema = z.object({
|
|
6589
|
-
|
|
6590
|
+
atBRANDAt502640: z.lazy(() => AtBRANDAt502640$outboundSchema),
|
|
6590
6591
|
}).transform((v) => {
|
|
6591
6592
|
return remap$(v, {
|
|
6592
|
-
|
|
6593
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
6593
6594
|
});
|
|
6594
6595
|
});
|
|
6595
6596
|
/**
|
|
@@ -6610,40 +6611,40 @@ export function minLengthFromJSON(jsonString) {
|
|
|
6610
6611
|
return safeParse(jsonString, (x) => MinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MinLength' from JSON`);
|
|
6611
6612
|
}
|
|
6612
6613
|
/** @internal */
|
|
6613
|
-
export const
|
|
6614
|
+
export const PropertiesAtBRANDAt502640$inboundSchema = z.object({});
|
|
6614
6615
|
/** @internal */
|
|
6615
|
-
export const
|
|
6616
|
+
export const PropertiesAtBRANDAt502640$outboundSchema = z.object({});
|
|
6616
6617
|
/**
|
|
6617
6618
|
* @internal
|
|
6618
6619
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6619
6620
|
*/
|
|
6620
|
-
export var
|
|
6621
|
-
(function (
|
|
6622
|
-
/** @deprecated use `
|
|
6623
|
-
|
|
6624
|
-
/** @deprecated use `
|
|
6625
|
-
|
|
6626
|
-
})(
|
|
6627
|
-
export function
|
|
6628
|
-
return JSON.stringify(
|
|
6621
|
+
export var PropertiesAtBRANDAt502640$;
|
|
6622
|
+
(function (PropertiesAtBRANDAt502640$) {
|
|
6623
|
+
/** @deprecated use `PropertiesAtBRANDAt502640$inboundSchema` instead. */
|
|
6624
|
+
PropertiesAtBRANDAt502640$.inboundSchema = PropertiesAtBRANDAt502640$inboundSchema;
|
|
6625
|
+
/** @deprecated use `PropertiesAtBRANDAt502640$outboundSchema` instead. */
|
|
6626
|
+
PropertiesAtBRANDAt502640$.outboundSchema = PropertiesAtBRANDAt502640$outboundSchema;
|
|
6627
|
+
})(PropertiesAtBRANDAt502640$ || (PropertiesAtBRANDAt502640$ = {}));
|
|
6628
|
+
export function propertiesAtBRANDAt502640ToJSON(propertiesAtBRANDAt502640) {
|
|
6629
|
+
return JSON.stringify(PropertiesAtBRANDAt502640$outboundSchema.parse(propertiesAtBRANDAt502640));
|
|
6629
6630
|
}
|
|
6630
|
-
export function
|
|
6631
|
-
return safeParse(jsonString, (x) =>
|
|
6631
|
+
export function propertiesAtBRANDAt502640FromJSON(jsonString) {
|
|
6632
|
+
return safeParse(jsonString, (x) => PropertiesAtBRANDAt502640$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt502640' from JSON`);
|
|
6632
6633
|
}
|
|
6633
6634
|
/** @internal */
|
|
6634
6635
|
export const MaxLength$inboundSchema = z.object({
|
|
6635
|
-
"__@BRAND@
|
|
6636
|
+
"__@BRAND@502640": z.lazy(() => PropertiesAtBRANDAt502640$inboundSchema),
|
|
6636
6637
|
}).transform((v) => {
|
|
6637
6638
|
return remap$(v, {
|
|
6638
|
-
"__@BRAND@
|
|
6639
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
6639
6640
|
});
|
|
6640
6641
|
});
|
|
6641
6642
|
/** @internal */
|
|
6642
6643
|
export const MaxLength$outboundSchema = z.object({
|
|
6643
|
-
|
|
6644
|
+
atBRANDAt502640: z.lazy(() => PropertiesAtBRANDAt502640$outboundSchema),
|
|
6644
6645
|
}).transform((v) => {
|
|
6645
6646
|
return remap$(v, {
|
|
6646
|
-
|
|
6647
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
6647
6648
|
});
|
|
6648
6649
|
});
|
|
6649
6650
|
/**
|
|
@@ -6664,40 +6665,40 @@ export function maxLengthFromJSON(jsonString) {
|
|
|
6664
6665
|
return safeParse(jsonString, (x) => MaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MaxLength' from JSON`);
|
|
6665
6666
|
}
|
|
6666
6667
|
/** @internal */
|
|
6667
|
-
export const
|
|
6668
|
+
export const GetConfigurationProductsPropertiesAtBRANDAt502640$inboundSchema = z.object({});
|
|
6668
6669
|
/** @internal */
|
|
6669
|
-
export const
|
|
6670
|
+
export const GetConfigurationProductsPropertiesAtBRANDAt502640$outboundSchema = z.object({});
|
|
6670
6671
|
/**
|
|
6671
6672
|
* @internal
|
|
6672
6673
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6673
6674
|
*/
|
|
6674
|
-
export var
|
|
6675
|
-
(function (
|
|
6676
|
-
/** @deprecated use `
|
|
6677
|
-
|
|
6678
|
-
/** @deprecated use `
|
|
6679
|
-
|
|
6680
|
-
})(
|
|
6681
|
-
export function
|
|
6682
|
-
return JSON.stringify(
|
|
6675
|
+
export var GetConfigurationProductsPropertiesAtBRANDAt502640$;
|
|
6676
|
+
(function (GetConfigurationProductsPropertiesAtBRANDAt502640$) {
|
|
6677
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt502640$inboundSchema` instead. */
|
|
6678
|
+
GetConfigurationProductsPropertiesAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt502640$inboundSchema;
|
|
6679
|
+
/** @deprecated use `GetConfigurationProductsPropertiesAtBRANDAt502640$outboundSchema` instead. */
|
|
6680
|
+
GetConfigurationProductsPropertiesAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt502640$outboundSchema;
|
|
6681
|
+
})(GetConfigurationProductsPropertiesAtBRANDAt502640$ || (GetConfigurationProductsPropertiesAtBRANDAt502640$ = {}));
|
|
6682
|
+
export function getConfigurationProductsPropertiesAtBRANDAt502640ToJSON(getConfigurationProductsPropertiesAtBRANDAt502640) {
|
|
6683
|
+
return JSON.stringify(GetConfigurationProductsPropertiesAtBRANDAt502640$outboundSchema.parse(getConfigurationProductsPropertiesAtBRANDAt502640));
|
|
6683
6684
|
}
|
|
6684
|
-
export function
|
|
6685
|
-
return safeParse(jsonString, (x) =>
|
|
6685
|
+
export function getConfigurationProductsPropertiesAtBRANDAt502640FromJSON(jsonString) {
|
|
6686
|
+
return safeParse(jsonString, (x) => GetConfigurationProductsPropertiesAtBRANDAt502640$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetConfigurationProductsPropertiesAtBRANDAt502640' from JSON`);
|
|
6686
6687
|
}
|
|
6687
6688
|
/** @internal */
|
|
6688
6689
|
export const Pattern$inboundSchema = z.object({
|
|
6689
|
-
"__@BRAND@
|
|
6690
|
+
"__@BRAND@502640": z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt502640$inboundSchema),
|
|
6690
6691
|
}).transform((v) => {
|
|
6691
6692
|
return remap$(v, {
|
|
6692
|
-
"__@BRAND@
|
|
6693
|
+
"__@BRAND@502640": "atBRANDAt502640",
|
|
6693
6694
|
});
|
|
6694
6695
|
});
|
|
6695
6696
|
/** @internal */
|
|
6696
6697
|
export const Pattern$outboundSchema = z.object({
|
|
6697
|
-
|
|
6698
|
+
atBRANDAt502640: z.lazy(() => GetConfigurationProductsPropertiesAtBRANDAt502640$outboundSchema),
|
|
6698
6699
|
}).transform((v) => {
|
|
6699
6700
|
return remap$(v, {
|
|
6700
|
-
|
|
6701
|
+
atBRANDAt502640: "__@BRAND@502640",
|
|
6701
6702
|
});
|
|
6702
6703
|
});
|
|
6703
6704
|
/**
|